File: //restore/20230201.jennylloydcouk.sql
-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: jennylloydcouk
-- ------------------------------------------------------
-- Server version 10.5.18-MariaDB-1:10.5.18+maria~ubu2004
/*!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 utf8mb4 */;
/*!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 */;
--
-- Current Database: `jennylloydcouk`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `jennylloydcouk` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;
USE `jennylloydcouk`;
--
-- Table structure for table `wp_aiowps_events`
--
DROP TABLE IF EXISTS `wp_aiowps_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_events` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`event_type` varchar(150) NOT NULL DEFAULT '',
`username` varchar(150) DEFAULT NULL,
`user_id` bigint(20) DEFAULT NULL,
`event_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ip_or_host` varchar(100) DEFAULT NULL,
`referer_info` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`country_code` varchar(50) DEFAULT NULL,
`event_data` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_events`
--
LOCK TABLES `wp_aiowps_events` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_global_meta`
--
DROP TABLE IF EXISTS `wp_aiowps_global_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_global_meta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`meta_key1` varchar(255) NOT NULL,
`meta_key2` varchar(255) NOT NULL,
`meta_key3` varchar(255) NOT NULL,
`meta_key4` varchar(255) NOT NULL,
`meta_key5` varchar(255) NOT NULL,
`meta_value1` varchar(255) NOT NULL,
`meta_value2` text NOT NULL,
`meta_value3` text NOT NULL,
`meta_value4` longtext NOT NULL,
`meta_value5` longtext NOT NULL,
PRIMARY KEY (`meta_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_global_meta`
--
LOCK TABLES `wp_aiowps_global_meta` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_global_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_global_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_login_activity`
--
DROP TABLE IF EXISTS `wp_aiowps_login_activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_activity` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`logout_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`login_ip` varchar(100) NOT NULL DEFAULT '',
`login_country` varchar(150) NOT NULL DEFAULT '',
`browser_type` varchar(150) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_login_activity`
--
LOCK TABLES `wp_aiowps_login_activity` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_activity` DISABLE KEYS */;
INSERT INTO `wp_aiowps_login_activity` VALUES (1,1,'jennylloyd','2017-01-09 12:06:27','2017-02-07 17:32:35','217.206.184.94','',''),(2,1,'jennylloyd','2017-01-13 15:29:39','2017-02-07 17:32:35','217.206.184.94','',''),(3,1,'jennylloyd','2017-02-07 17:32:15','2017-02-07 17:32:35','217.206.184.94','',''),(4,1,'jennylloyd','2017-02-21 15:46:13','0000-00-00 00:00:00','217.206.184.94','',''),(5,1,'jennylloyd','2017-03-07 10:10:33','0000-00-00 00:00:00','217.206.184.94','',''),(6,1,'jennylloyd','2017-03-24 14:29:57','0000-00-00 00:00:00','217.206.184.94','',''),(7,1,'jennylloyd','2017-03-27 12:20:34','0000-00-00 00:00:00','217.206.184.94','',''),(8,1,'jennylloyd','2017-06-30 10:49:31','0000-00-00 00:00:00','217.206.184.92','',''),(9,1,'jennylloyd','2017-06-30 11:34:18','0000-00-00 00:00:00','217.206.184.92','',''),(10,1,'jennylloyd','2019-06-05 14:40:22','0000-00-00 00:00:00','185.175.113.75','',''),(11,1,'jennylloyd','2019-06-05 14:58:12','0000-00-00 00:00:00','185.175.113.75','',''),(12,1,'jennylloyd','2019-08-13 13:20:05','0000-00-00 00:00:00','185.175.113.75','','');
/*!40000 ALTER TABLE `wp_aiowps_login_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_login_lockdown`
--
DROP TABLE IF EXISTS `wp_aiowps_login_lockdown`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_lockdown` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`lockdown_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`release_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`failed_login_ip` varchar(100) NOT NULL DEFAULT '',
`lock_reason` varchar(128) NOT NULL DEFAULT '',
`unlock_key` varchar(128) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_login_lockdown`
--
LOCK TABLES `wp_aiowps_login_lockdown` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_permanent_block`
--
DROP TABLE IF EXISTS `wp_aiowps_permanent_block`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_permanent_block` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`blocked_ip` varchar(100) NOT NULL DEFAULT '',
`block_reason` varchar(128) NOT NULL DEFAULT '',
`country_origin` varchar(50) NOT NULL DEFAULT '',
`blocked_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_permanent_block`
--
LOCK TABLES `wp_aiowps_permanent_block` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) 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 NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`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=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (2,13,'Contemporary Illustration - Jenny Lloyd','','http://jennylloyd.co.uk/contemporary-illustration','5.196.133.160','2017-01-09 13:33:54','2017-01-09 13:33:54','[…] Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: other types of illustration. […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(4,1,'Contemporary Illustration - Jenny Lloyd','','http://jennylloyd.co.uk/contemporary-illustration','5.196.133.160','2017-01-09 13:34:51','2017-01-09 13:34:51','[…] means we have had to decide plans to create our work in a much more efficient way. You can view our art prints using traditonal […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(5,22,'Successful Fashion & Beauty Businesses - Lloyds','','http://jennylloyd.co.uk/successful-fashion-beauty-businesses','5.196.133.160','2017-03-27 13:05:42','2017-03-27 13:05:42','[…] Contemporary Illustration […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7.3','pingback',0,0),(7,13,'solars.biz','','https://solars.biz','109.70.100.18','2018-10-25 13:56:23','2018-10-25 13:56:23','<strong>solars.biz</strong>\n\n',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3','trackback',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fw_termmeta`
--
DROP TABLE IF EXISTS `wp_fw_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fw_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`fw_term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `fw_term_id` (`fw_term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fw_termmeta`
--
LOCK TABLES `wp_fw_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_fw_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fw_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_huge_itportfolio_images`
--
DROP TABLE IF EXISTS `wp_huge_itportfolio_images`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_huge_itportfolio_images` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`portfolio_id` varchar(200) DEFAULT NULL,
`description` text DEFAULT NULL,
`image_url` text DEFAULT NULL,
`sl_url` text DEFAULT NULL,
`sl_type` text NOT NULL,
`link_target` text NOT NULL,
`ordering` int(11) NOT NULL,
`published` tinyint(4) unsigned DEFAULT NULL,
`published_in_sl_width` tinyint(4) unsigned DEFAULT NULL,
`category` text NOT NULL,
`huge_it_loadDate` timestamp NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_huge_itportfolio_images`
--
LOCK TABLES `wp_huge_itportfolio_images` WRITE;
/*!40000 ALTER TABLE `wp_huge_itportfolio_images` DISABLE KEYS */;
INSERT INTO `wp_huge_itportfolio_images` VALUES (1,'Cutthroat & Cavalier','1','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/1.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/1.1.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/1.2.jpg;','http://huge-it.com/wordpress-plugins-portfolio-gallery-demo/#plugin_demo_wrapper','image','on',0,1,NULL,'','0000-00-00 00:00:00'),(2,'Nespresso','1','<h6>Lorem Ipsum </h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><ul><li>lorem ipsum</li><li>dolor sit amet</li><li>lorem ipsum</li><li>dolor sit amet</li></ul>','https://vimeo.com/76602135;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/9.1.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/9.2.jpg;','http://huge-it.com/wordpress-portfolio-gallery-demo-2-full-height-block/#plugin_demo_wrapper','video','on',1,1,NULL,'','0000-00-00 00:00:00'),(3,'Nexus','1','<h6>Lorem Ipsum </h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrudexercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><ul><li>lorem ipsum</li><li>dolor sit amet</li><li>lorem ipsum</li><li>dolor sit amet</li></ul>','http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/3.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/3.1.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/3.2.jpg:https://www.youtube.com/watch?v=YMQdfGFK5XQ;','http://huge-it.com/wordpress-portfolio-gallery-demo-3-gallery-content-popup/#plugin_demo_wrapper','image','on',2,1,NULL,'','0000-00-00 00:00:00'),(4,'De7igner','1','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><h7>Dolor sit amet</h7><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/4.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/4.1.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/4.2.jpg;','http://huge-it.com/wordpress-portfolio-gallery-demo-4-full-width-block/#plugin_demo_wrapper','image','on',3,1,NULL,'','0000-00-00 00:00:00'),(5,'Autumn / Winter Collection','1','<h6>Lorem Ipsum</h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/2.jpg;','http://huge-it.com/wordpress-portfolio-gallery-demo-5-faq-toggle-updown/#plugin_demo_wrapper','image','on',4,1,NULL,'','0000-00-00 00:00:00'),(6,'Retro Headphones','1','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/6.jpg;https://vimeo.com/80514062;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/6.1.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/6.2.jpg;','http://huge-it.com/wordpress-portfolio-gallery-demo-6-content-slider/#plugin_demo_wrapper','image','on',5,1,NULL,'','0000-00-00 00:00:00'),(7,'Take Fight','1','<h6>Lorem Ipsum</h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident , sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/7.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/7.2.jpg;https://www.youtube.com/watch?v=SP3Dgr9S4pM;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/7.3.jpg;','http://huge-it.com/wordpress-portfolio-gallery-demo-7-lightbox-gallery/#plugin_demo_wrapper','image','on',6,1,NULL,'','0000-00-00 00:00:00'),(8,'The Optic','1','<h6>Lorem Ipsum </h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><ul><li>lorem ipsum</li><li>dolor sit amet</li><li>lorem ipsum</li><li>dolor sit amet</li></ul>','http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/8.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/8.1.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/8.3.jpg;','http://huge-it.com/wordpress-plugins/','image','on',7,1,NULL,'','0000-00-00 00:00:00'),(9,'Cone Music','1','<ul><li>lorem ipsumdolor sit amet</li><li>lorem ipsum dolor sit amet</li></ul><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/5.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/5.1.jpg;http://jennylloyd.co.uk/wp-content/plugins/portfolio-gallery/assets/images/Front_images/projects/5.2.jpg;','http://huge-it.com/portfolio-gallery/','image','on',8,1,NULL,'','0000-00-00 00:00:00'),(10,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/1x1-fixed-opener.jpg;','','','',0,2,1,'','2017-06-30 11:38:12'),(11,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/large-rooflight.jpg;','','','',1,2,1,'','2017-06-30 11:38:12'),(12,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/modern-2-rooflights.jpg;','','','',2,2,1,'','2017-06-30 11:38:12'),(13,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/rooflight-top.jpg;','','','',3,2,1,'','2017-06-30 11:38:12'),(14,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/modular-rooflight.jpg;','','','',4,2,1,'','2017-06-30 11:38:12'),(15,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/modular-rooflight-top.jpg;','','','',5,2,1,'','2017-06-30 11:38:12'),(16,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/opener-rooflight-pitch.jpg;','','','',6,2,1,'','2017-06-30 11:38:12'),(17,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/2x1-fixed-opener-skylights.jpg;','','','',7,2,1,'','2017-06-30 11:38:12'),(18,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/1x28-fixed-skylight.jpg;','','','',8,2,1,'','2017-06-30 11:38:13'),(19,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/4-2x1-fixed-rooflights.jpg;','','','',9,2,1,'','2017-06-30 11:38:13'),(20,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/3-rooflights.jpg;','','','',10,2,1,'','2017-06-30 11:38:13'),(21,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/access-rooflight-top.jpg;','','','',11,2,1,'','2017-06-30 11:38:13'),(22,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/600x2400-stock-rooflight-1.jpg;','','','',12,2,1,'','2017-06-30 11:38:13'),(23,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/kitchen-skylights.jpg;','','','',13,2,1,'','2017-06-30 11:38:13'),(24,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/closeup-walkon.jpg;','','','',14,2,1,'','2017-06-30 11:38:13'),(25,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/walkon-2x1.jpg;','','','',15,2,1,'','2017-06-30 11:38:13'),(26,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/rustic-rooflights.jpg;','','','',16,2,1,'','2017-06-30 11:38:13'),(27,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/skylights-london.jpg;','','','',17,2,1,'','2017-06-30 11:38:13'),(28,'','2','','http://jennylloyd.co.uk/wp-content/uploads/2017/06/pitch-skylights.jpg;','','','',18,2,1,'','2017-06-30 11:38:13');
/*!40000 ALTER TABLE `wp_huge_itportfolio_images` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_huge_itportfolio_portfolios`
--
DROP TABLE IF EXISTS `wp_huge_itportfolio_portfolios`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_huge_itportfolio_portfolios` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL,
`sl_height` int(11) unsigned DEFAULT NULL,
`sl_width` int(11) unsigned DEFAULT NULL,
`pause_on_hover` text DEFAULT NULL,
`portfolio_list_effects_s` text DEFAULT NULL,
`description` text DEFAULT NULL,
`param` text DEFAULT NULL,
`sl_position` text NOT NULL,
`ordering` int(11) NOT NULL,
`published` text DEFAULT NULL,
`categories` text NOT NULL,
`ht_show_sorting` varchar(3) NOT NULL DEFAULT 'off',
`ht_show_filtering` varchar(3) NOT NULL DEFAULT 'off',
`autoslide` varchar(5) NOT NULL DEFAULT 'on',
`show_loading` varchar(3) NOT NULL DEFAULT 'on',
`loading_icon_type` int(2) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_huge_itportfolio_portfolios`
--
LOCK TABLES `wp_huge_itportfolio_portfolios` WRITE;
/*!40000 ALTER TABLE `wp_huge_itportfolio_portfolios` DISABLE KEYS */;
INSERT INTO `wp_huge_itportfolio_portfolios` VALUES (1,'My First Portfolio',375,600,'on','2','4000','1000','off',1,'300','My_First_Category,My_Second_Category,My_Third_Category,','off','off','on','on',1),(2,'New portfolio',375,1111,'on','2','4000','1000','off',1,'300','My_First_Category,My_Second_Category,My_Third_Category,','on','off','on','on',1);
/*!40000 ALTER TABLE `wp_huge_itportfolio_portfolios` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) 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) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=48004 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://jennylloyd.co.uk','yes'),(2,'home','http://jennylloyd.co.uk','yes'),(3,'blogname','J | Lloyds','yes'),(4,'blogdescription','illustrators london','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','zoe.allen@vanillacircus.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','','no'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%','yes'),(29,'rewrite_rules','a:93:{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:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins1','a:16:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:39:\"bulk-page-creator/bulk-page-creator.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:43:\"gallery-and-caption/gallery-and-caption.php\";i:4;s:37:\"head-footer-code/head-footer-code.php\";i:5;s:24:\"header-footer/plugin.php\";i:6;s:41:\"mb-sitemap-generator/sitemapgenerator.php\";i:7;s:35:\"no-page-comment/no-page-comment.php\";i:8;s:39:\"portfolio-gallery/portfolio-gallery.php\";i:9;s:63:\"smntcs-google-webmaster-tools/smntcs-google-webmaster-tools.php\";i:10;s:29:\"spam-captcha/spam-captcha.php\";i:11;s:57:\"universal-google-analytics/universal-google-analytics.php\";i:12;s:17:\"unyson/unyson.php\";i:13;s:24:\"wordpress-seo/wp-seo.php\";i:14;s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";i:15;s:27:\"wp-optimize/wp-optimize.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','weblog','yes'),(41,'stylesheet','weblog','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','48748','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','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','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','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:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:5:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:11:\"Contact Us:\";s:4:\"text\";s:46:\"[contact-form-7 id=\"4\" title=\"Contact form 1\"]\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:327:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<ins class=\"adsbygoogle\"\r\n style=\"display:block\"\r\n data-ad-client=\"ca-pub-2121528995419082\"\r\n data-ad-slot=\"8029362605\"\r\n data-ad-format=\"auto\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:11:\"Contact Us:\";s:4:\"text\";s:137:\"Phone: 07949185514\r\n<br><br>\r\nEmail Address: contact@jennylloyd.co.uk\r\n<br><br>\r\nOffice Address: Leadenhall Street Fenchurch Street, EC3V\";s:6:\"filter\";b:0;}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:29:\"spam-captcha/spam-captcha.php\";a:2:{i:0;s:12:\"spam_captcha\";i:1;s:20:\"uninstall_removedata\";}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','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','96','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:15:\"wpseo_bulk_edit\";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;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:19:\"What\'s Interesting?\";}s:12:\"_multiwidget\";i:1;i:4;a:1:{s:5:\"title\";s:19:\"Find What You Need:\";}}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:9:\"Customers\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:7:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:12:\"categories-2\";}s:14:\"weblog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:6:\"text-4\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"nav_menu-3\";i:5;s:6:\"text-3\";}s:19:\"weblog-sidebar-left\";a:1:{i:0;s:6:\"text-5\";}s:18:\"footer-top-col-one\";a:0:{}s:18:\"footer-top-col-two\";a:1:{i:0;s:10:\"nav_menu-4\";}s:20:\"footer-top-col-three\";a:1:{i:0;s:8:\"search-4\";}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:3:{s:12:\"_multiwidget\";i:1;i:3;a:1:{s:5:\"title\";s:9:\"Read More\";}i:4;a:2:{s:5:\"title\";s:8:\"Services\";s:8:\"nav_menu\";i:7;}}','yes'),(104,'cron','a:12:{i:1623849642;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:1623852677;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:1623854265;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1623855141;a:1:{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;}}}i:1623856610;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:1623856635;a:1:{s:23:\"aiowps_daily_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1623858714;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1623931877;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:1623931883;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:1623932998;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1623933330;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1483969187;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'),(137,'recently_activated','a:0:{}','yes'),(139,'aiowpsec_db_version','1.8','yes'),(140,'aio_wp_security_configs','a:77:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";i:3;s:24:\"aiowps_retry_time_period\";i:5;s:26:\"aiowps_lockout_time_length\";i:60;s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:32:\"aiowps_unlock_request_secret_key\";s:20:\"6haw18m2edtbma0dpxbi\";s:26:\"aiowps_enable_whitelisting\";s:1:\"1\";s:27:\"aiowps_allowed_ip_addresses\";s:14:\"217.206.184.94\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"0d59c1y2jiabtqlu7fno\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:1:\"1\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:1:\"1\";s:29:\"aiowps_enable_comment_captcha\";s:1:\"1\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:28:\"aiowps_block_fake_googlebots\";s:1:\"1\";}','yes'),(141,'wpcf7','a:2:{s:7:\"version\";s:3:\"4.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1483629435;s:7:\"version\";s:3:\"4.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(142,'spam_captcha_options','a:7:{s:12:\"contactform7\";b:0;s:16:\"hash_sha1_plugin\";s:40:\"ccb524225ee208fba3b2bc7cf7be90296d1bb965\";s:11:\"captcha_css\";s:43:\".captcha_image {\n \n}\n.captcha_comment {\n \n}\";s:14:\"captcha_enable\";b:0;s:14:\"akismet_enable\";b:0;s:14:\"flush_nb_jours\";i:30;s:15:\"flush_max_entry\";i:10000;}','yes'),(143,'plugin_error_on_activation','','yes'),(145,'wpmdr_css','/* Remove meta from post */\r\n.entry-meta {\r\ndisplay:none !important;\r\n}\r\n\r\n/* Remove meta from home page */\r\n.home .entry-meta { \r\ndisplay: none; \r\n}\r\n/* WPTheme 2015 Metadata Removal */\r\n.entry-footer {\r\ndisplay:none !important;\r\n}\r\n\r\n/* WPTheme 2015 Metadata Removal */\r\n.home .entry-footer { \r\ndisplay: none; \r\n}','yes'),(146,'wpmdr_disable_php','0','yes'),(147,'wpmdr_disable_css','0','yes'),(148,'wpseo','a:14:{s:14:\"blocking_files\";a:1:{i:0;s:42:\"/var/www/jennylloyd.co.uk/html/sitemap.xml\";}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"3.5\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";}','yes'),(149,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(150,'wpseo_titles','a:56:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:23:\"content-analysis-active\";b:1;s:23:\"keyword-analysis-active\";b:1;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(151,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"77d7ce6681fba2732af0e271b67434e2\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(152,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(153,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(154,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(155,'wpseo_flush_rewrite','1','yes'),(159,'coreSLframework_options','a:1:{s:22:\"global_location_plugin\";a:4:{i:0;a:2:{i:0;s:9:\"*Standard\";i:1;s:3:\"std\";}i:1;a:2:{i:0;s:13:\"under Plugins\";i:1;s:7:\"plugins\";}i:2;a:2:{i:0;s:11:\"under Tools\";i:1;s:5:\"tools\";}i:3;a:2:{i:0;s:14:\"under Settings\";i:1;s:8:\"settings\";}}}','yes'),(160,'fw_active_extensions','a:6:{s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:4:\"blog\";a:0:{}s:10:\"shortcodes\";a:0:{}s:13:\"wp-shortcodes\";a:0:{}s:7:\"builder\";a:0:{}}','yes'),(163,'universal_google_analytics_tracking_id','UA-89851665-1','yes'),(301,'wpseo_sitemap_1_cache_validator','4hIQf','no'),(302,'wpseo_sitemap_wpcf7_contact_form_cache_validator','keWN','no'),(309,'wpseo_sitemap_cache_validator_global','3mzpS','no'),(314,'wpseo_sitemap_page_cache_validator','51Vd8','no'),(317,'wpseo_sitemap_post_cache_validator','4hIRr','no'),(321,'wpseo_sitemap_category_cache_validator','51V7m','no'),(326,'wpseo_sitemap_revision_cache_validator','51V93','no'),(339,'wpseo_sitemap_attachment_cache_validator','4tE84','no'),(347,'wpseo_sitemap_13_cache_validator','4ko59','no'),(365,'wpseo_sitemap_22_cache_validator','4poi7','no'),(428,'_transient_twentyseventeen_categories','2','yes'),(433,'current_theme','Weblog','yes'),(434,'theme_mods_weblog','a:6:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:5;}s:20:\"weblog_theme_options\";a:2:{s:23:\"weblog-footer-copyright\";s:26:\"© All Right Reserved 2017\";s:28:\"weblog-header-id-display-opt\";s:10:\"title-only\";}s:11:\"custom_logo\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1606824697;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"weblog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:6:\"text-4\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"nav_menu-3\";i:5;s:6:\"text-3\";}s:18:\"footer-top-col-one\";a:1:{i:0;s:6:\"text-5\";}s:18:\"footer-top-col-two\";a:1:{i:0;s:10:\"nav_menu-4\";}s:20:\"footer-top-col-three\";a:1:{i:0;s:8:\"search-4\";}}}}','yes'),(435,'theme_switched','','yes'),(436,'widget_weblog_author','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(445,'nav_menu_options','a:1:{s:8:\"auto_add\";a:1:{i:0;i:6;}}','yes'),(446,'wpseo_sitemap_customize_changeset_cache_validator','57rRb','no'),(447,'wpseo_sitemap_nav_menu_cache_validator','51VbZ','no'),(448,'wpseo_sitemap_nav_menu_item_cache_validator','51VcB','no'),(529,'wpseo_sitemap_53_cache_validator','4CET6','no'),(533,'wpseo_sitemap_56_cache_validator','4D2QY','no'),(550,'smntcs_google_webmaster_tools_tracking_code','<meta name=\"google-site-verification\" content=\"tFMrgseYNdwUCMRoddOonRc6yVTrKqYFOSQlKuKTFGs\" />','yes'),(860,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:29:\"zoe.allen@vanillacircus.co.uk\";s:7:\"version\";s:5:\"5.5.5\";s:9:\"timestamp\";i:1620869079;}','no'),(954,'wpseo_sitemap_65_cache_validator','3nTrI','no'),(955,'wpseo_sitemap_72_cache_validator','3nTsq','no'),(956,'wpseo_sitemap_74_cache_validator','3nTsX','no'),(957,'wpseo_sitemap_76_cache_validator','3nTtw','no'),(958,'wpseo_sitemap_78_cache_validator','3nTu5','no'),(959,'wpseo_sitemap_80_cache_validator','2soy','no'),(960,'wpseo_sitemap_82_cache_validator','fuRn','no'),(961,'wpseo_sitemap_84_cache_validator','fuRV','no'),(962,'wpseo_sitemap_86_cache_validator','3nTwh','no'),(963,'wpseo_sitemap_88_cache_validator','3nTwP','no'),(964,'wpseo_sitemap_90_cache_validator','3nTxn','no'),(2523,'wpseo_sitemap_author_cache_validator','5zfTo','no'),(5243,'category_children','a:0:{}','yes'),(5387,'wpseo_sitemap_107_cache_validator','4olTQ','no'),(5434,'wpseo_sitemap_34_cache_validator','4qofn','no'),(5435,'wpseo_sitemap_35_cache_validator','4qogB','no'),(5436,'wpseo_sitemap_37_cache_validator','4qoha','no'),(5443,'sta_npc_options','a:12:{s:21:\"disable_comments_post\";s:0:\"\";s:23:\"disable_trackbacks_post\";s:0:\"\";s:21:\"disable_comments_page\";s:4:\"true\";s:23:\"disable_trackbacks_page\";s:4:\"true\";s:27:\"disable_comments_attachment\";s:0:\"\";s:29:\"disable_trackbacks_attachment\";s:0:\"\";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'),(8784,'wpmdr_from_','a:1:{s:4:\"home\";s:1:\"0\";}','yes'),(8820,'portfolio_gallery_lightbox_type','new_type','yes'),(8821,'portfolio_gallery_admin_image_hover_preview','on','yes'),(8822,'portfolio_gallery_version','2.4.1','yes'),(8823,'portfolio_gallery_disable_right_click','on','yes'),(8824,'widget_portfolio_gallery_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8826,'ht_view2_element_linkbutton_text','View More','yes'),(8827,'ht_view2_element_show_linkbutton','on','yes'),(8828,'ht_view2_element_linkbutton_color','ffffff','yes'),(8829,'ht_view2_element_linkbutton_font_size','14','yes'),(8830,'ht_view2_element_linkbutton_background_color','2ea2cd','yes'),(8831,'ht_view2_show_popup_linkbutton','on','yes'),(8832,'ht_view2_popup_linkbutton_text','View More','yes'),(8833,'ht_view2_popup_linkbutton_background_hover_color','0074a2','yes'),(8834,'ht_view2_popup_linkbutton_background_color','2ea2cd','yes'),(8835,'ht_view2_popup_linkbutton_font_hover_color','ffffff','yes'),(8836,'ht_view2_popup_linkbutton_color','ffffff','yes'),(8837,'ht_view2_popup_linkbutton_font_size','14','yes'),(8838,'ht_view2_description_color','222222','yes'),(8839,'ht_view2_description_font_size','14','yes'),(8840,'ht_view2_show_description','on','yes'),(8841,'ht_view2_thumbs_width','75','yes'),(8842,'ht_view2_thumbs_height','75','yes'),(8843,'ht_view2_thumbs_position','before','yes'),(8844,'ht_view2_show_thumbs','on','yes'),(8845,'ht_view2_popup_background_color','FFFFFF','yes'),(8846,'ht_view2_popup_overlay_color','000000','yes'),(8847,'ht_view2_popup_overlay_transparency_color','70','yes'),(8848,'ht_view2_popup_closebutton_style','dark','yes'),(8849,'ht_view2_show_separator_lines','on','yes'),(8850,'ht_view2_show_popup_title','on','yes'),(8851,'ht_view2_element_title_font_size','18','yes'),(8852,'ht_view2_element_title_font_color','222222','yes'),(8853,'ht_view2_popup_title_font_size','18','yes'),(8854,'ht_view2_popup_title_font_color','222222','yes'),(8855,'ht_view2_element_overlay_color','FFFFFF','yes'),(8856,'ht_view2_element_overlay_transparency','70','yes'),(8857,'ht_view2_zoombutton_style','light','yes'),(8858,'ht_view2_element_border_width','1','yes'),(8859,'ht_view2_element_border_color','dedede','yes'),(8860,'ht_view2_element_background_color','f9f9f9','yes'),(8861,'ht_view2_element_width','275','yes'),(8862,'ht_view2_element_height','160','yes'),(8863,'ht_view5_icons_style','dark','yes'),(8864,'ht_view5_show_separator_lines','on','yes'),(8865,'ht_view5_linkbutton_text','View More','yes'),(8866,'ht_view5_show_linkbutton','on','yes'),(8867,'ht_view5_linkbutton_background_hover_color','0074a2','yes'),(8868,'ht_view5_linkbutton_background_color','2ea2cd','yes'),(8869,'ht_view5_linkbutton_font_hover_color','ffffff','yes'),(8870,'ht_view5_linkbutton_color','ffffff','yes'),(8871,'ht_view5_linkbutton_font_size','14','yes'),(8872,'ht_view5_description_color','555555','yes'),(8873,'ht_view5_description_font_size','14','yes'),(8874,'ht_view5_show_description','on','yes'),(8875,'ht_view5_thumbs_width','75','yes'),(8876,'ht_view5_thumbs_height','75','yes'),(8877,'ht_view5_show_thumbs','on','yes'),(8878,'ht_view5_title_font_size','16','yes'),(8879,'ht_view5_title_font_color','0074a2','yes'),(8880,'ht_view5_main_image_width','275','yes'),(8881,'ht_view5_slider_tabs_font_color','d9d99','yes'),(8882,'ht_view5_slider_tabs_background_color','555555','yes'),(8883,'ht_view5_slider_background_color','f9f9f9','yes'),(8884,'ht_view6_title_font_size','16','yes'),(8885,'ht_view6_title_font_color','0074A2','yes'),(8886,'ht_view6_title_font_hover_color','2EA2CD','yes'),(8887,'ht_view6_title_background_color','000000','yes'),(8888,'ht_view6_title_background_transparency','80','yes'),(8889,'ht_view6_border_radius','3','yes'),(8890,'ht_view6_border_width','0','yes'),(8891,'ht_view6_border_color','eeeeee','yes'),(8892,'ht_view6_width','275','yes'),(8893,'light_box_size','17','yes'),(8894,'light_box_width','500','yes'),(8895,'light_box_transition','elastic','yes'),(8896,'light_box_speed','800','yes'),(8897,'light_box_href','False','yes'),(8898,'light_box_title','false','yes'),(8899,'light_box_scalephotos','true','yes'),(8900,'light_box_rel','false','yes'),(8901,'light_box_scrolling','false','yes'),(8902,'light_box_opacity','20','yes'),(8903,'light_box_open','false','yes'),(8904,'light_box_overlayclose','true','yes'),(8905,'light_box_esckey','false','yes'),(8906,'light_box_arrowkey','false','yes'),(8907,'light_box_loop','true','yes'),(8908,'light_box_data','false','yes'),(8909,'light_box_classname','false','yes'),(8910,'light_box_fadeout','300','yes'),(8911,'light_box_closebutton','false','yes'),(8912,'light_box_current','image','yes'),(8913,'light_box_previous','previous','yes'),(8914,'light_box_next','next','yes'),(8915,'light_box_close','close','yes'),(8916,'light_box_iframe','false','yes'),(8917,'light_box_inline','false','yes'),(8918,'light_box_html','false','yes'),(8919,'light_box_photo','false','yes'),(8920,'light_box_height','500','yes'),(8921,'light_box_innerwidth','false','yes'),(8922,'light_box_innerheight','false','yes'),(8923,'light_box_initialwidth','300','yes'),(8924,'light_box_initialheight','100','yes'),(8925,'light_box_maxwidth','900','yes'),(8926,'light_box_maxheight','700','yes'),(8927,'light_box_slideshow','false','yes'),(8928,'light_box_slideshowspeed','2500','yes'),(8929,'light_box_slideshowauto','true','yes'),(8930,'light_box_slideshowstart','start slideshow','yes'),(8931,'light_box_slideshowstop','stop slideshow','yes'),(8932,'light_box_fixed','true','yes'),(8933,'light_box_top','false','yes'),(8934,'light_box_bottom','false','yes'),(8935,'light_box_left','false','yes'),(8936,'light_box_right','false','yes'),(8937,'light_box_reposition','false','yes'),(8938,'light_box_retinaimage','true','yes'),(8939,'light_box_retinaurl','false','yes'),(8940,'light_box_retinasuffix','@2x.$1','yes'),(8941,'light_box_returnfocus','true','yes'),(8942,'light_box_trapfocus','true','yes'),(8943,'light_box_fastiframe','true','yes'),(8944,'light_box_preloading','true','yes'),(8945,'lightbox_open_position','5','yes'),(8946,'light_box_style','1','yes'),(8947,'light_box_size_fix','false','yes'),(8948,'slider_crop_image','crop','yes'),(8949,'slider_title_color','000000','yes'),(8950,'slider_title_font_size','13','yes'),(8951,'slider_description_color','ffffff','yes'),(8952,'slider_description_font_size','12','yes'),(8953,'slider_title_position','right-top','yes'),(8954,'slider_description_position','right-bottom','yes'),(8955,'slider_title_border_size','0','yes'),(8956,'slider_title_border_color','ffffff','yes'),(8957,'slider_title_border_radius','4','yes'),(8958,'slider_description_border_size','0','yes'),(8959,'slider_description_border_color','ffffff','yes'),(8960,'slider_description_border_radius','0','yes'),(8961,'slider_slideshow_border_size','0','yes'),(8962,'slider_slideshow_border_color','ffffff','yes'),(8963,'slider_slideshow_border_radius','0','yes'),(8964,'slider_navigation_type','1','yes'),(8965,'slider_navigation_position','bottom','yes'),(8966,'slider_title_background_color','ffffff','yes'),(8967,'slider_description_background_color','000000','yes'),(8968,'slider_title_transparent','on','yes'),(8969,'slider_description_transparent','on','yes'),(8970,'slider_slider_background_color','ffffff','yes'),(8971,'slider_dots_position','top','yes'),(8972,'slider_active_dot_color','ffffff','yes'),(8973,'slider_dots_color','000000','yes'),(8974,'slider_description_width','70','yes'),(8975,'slider_description_height','50','yes'),(8976,'slider_description_background_transparency','70','yes'),(8977,'slider_description_text_align','justify','yes'),(8978,'slider_title_width','30','yes'),(8979,'slider_title_height','50','yes'),(8980,'slider_title_background_transparency','70','yes'),(8981,'slider_title_text_align','right','yes'),(8982,'slider_title_has_margin','off','yes'),(8983,'slider_description_has_margin','off','yes'),(8984,'slider_show_arrows','on','yes'),(8985,'thumb_image_behavior','on','yes'),(8986,'thumb_image_width','240','yes'),(8987,'thumb_image_height','150','yes'),(8988,'thumb_image_border_width','1','yes'),(8989,'thumb_image_border_color','444444','yes'),(8990,'thumb_image_border_radius','5','yes'),(8991,'thumb_margin_image','1','yes'),(8992,'thumb_title_font_size','16','yes'),(8993,'thumb_title_font_color','FFFFFF','yes'),(8994,'thumb_title_background_color','CCCCCC','yes'),(8995,'thumb_title_background_transparency','80','yes'),(8996,'thumb_box_padding','28','yes'),(8997,'thumb_box_background','333333','yes'),(8998,'thumb_box_use_shadow','on','yes'),(8999,'thumb_box_has_background','on','yes'),(9000,'thumb_view_text','View Picture','yes'),(9001,'ht_view8_element_cssAnimation','false','yes'),(9002,'ht_view8_element_height','120','yes'),(9003,'ht_view8_element_maxheight','155','yes'),(9004,'ht_view8_element_show_caption','true','yes'),(9005,'ht_view8_element_padding','0','yes'),(9006,'ht_view8_element_border_radius','5','yes'),(9007,'ht_view8_icons_style','dark','yes'),(9008,'ht_view8_element_title_font_size','13','yes'),(9009,'ht_view8_element_title_font_color','3AD6FC','yes'),(9010,'ht_view8_popup_background_color','000000','yes'),(9011,'ht_view8_popup_overlay_transparency_color','0','yes'),(9012,'ht_view8_popup_closebutton_style','dark','yes'),(9013,'ht_view8_element_title_overlay_transparency','90','yes'),(9014,'ht_view8_element_size_fix','false','yes'),(9015,'ht_view8_element_title_background_color','FF1C1C','yes'),(9016,'ht_view8_element_justify','true','yes'),(9017,'ht_view8_element_randomize','false','yes'),(9018,'ht_view8_element_animation_speed','2000','yes'),(9019,'ht_view2_content_in_center','off','yes'),(9020,'ht_view6_content_in_center','off','yes'),(9021,'ht_view2_popup_full_width','on','yes'),(9022,'ht_view9_title_fontsize','18','yes'),(9023,'ht_view9_title_color','FFFFFF','yes'),(9024,'ht_view9_desc_color','000000','yes'),(9025,'ht_view9_desc_fontsize','14','yes'),(9026,'ht_view9_element_title_show','true','yes'),(9027,'ht_view9_element_desc_show','true','yes'),(9028,'ht_view9_general_width','100','yes'),(9029,'view9_general_position','center','yes'),(9030,'view9_title_textalign','left','yes'),(9031,'view9_desc_textalign','justify','yes'),(9032,'view9_image_position','2','yes'),(9033,'ht_view9_title_back_color','000000','yes'),(9034,'ht_view9_title_opacity','70','yes'),(9035,'ht_view9_desc_opacity','100','yes'),(9036,'ht_view9_desc_back_color','FFFFFF','yes'),(9037,'ht_view9_general_space','0','yes'),(9038,'ht_view9_general_separator_size','0','yes'),(9039,'ht_view9_general_separator_color','010457','yes'),(9040,'view9_general_separator_style','dotted','yes'),(9041,'ht_view9_paginator_fontsize','22','yes'),(9042,'ht_view9_paginator_color','1046B3','yes'),(9043,'ht_view9_paginator_icon_color','1046B3','yes'),(9044,'ht_view9_paginator_icon_size','18','yes'),(9045,'view9_paginator_position','center','yes'),(9046,'video_view9_loadmore_position','center','yes'),(9047,'video_ht_view9_loadmore_fontsize','19','yes'),(9048,'video_ht_view9_button_color','5CADFF','yes'),(9050,'video_ht_view9_loadmore_font_color','Load More','yes'),(9051,'loading_type','2','yes'),(9052,'video_ht_view9_loadmore_text','View More','yes'),(9053,'video_ht_view8_paginator_position','center','yes'),(9054,'video_ht_view8_paginator_icon_size','18','yes'),(9055,'video_ht_view8_paginator_icon_color','26A6FC','yes'),(9056,'video_ht_view8_paginator_color','26A6FC','yes'),(9057,'video_ht_view8_paginator_fontsize','18','yes'),(9058,'video_ht_view8_loadmore_position','center','yes'),(9059,'video_ht_view8_loadmore_fontsize','14','yes'),(9060,'video_ht_view8_button_color','26A6FC','yes'),(9061,'video_ht_view8_loadmore_font_color','FF1C1C','yes'),(9062,'video_ht_view8_loading_type','3','yes'),(9063,'video_ht_view8_loadmore_text','View More','yes'),(9064,'video_ht_view7_paginator_fontsize','22','yes'),(9065,'video_ht_view7_paginator_color','0A0202','yes'),(9066,'video_ht_view7_paginator_icon_color','333333','yes'),(9067,'video_ht_view7_paginator_icon_size','22','yes'),(9068,'video_ht_view7_paginator_position','center','yes'),(9069,'video_ht_view7_loadmore_position','center','yes'),(9070,'video_ht_view7_loadmore_fontsize','19','yes'),(9071,'video_ht_view7_button_color','333333','yes'),(9072,'video_ht_view7_loadmore_font_color','CCCCCC','yes'),(9073,'video_ht_view7_loading_type','1','yes'),(9074,'video_ht_view7_loadmore_text','View More','yes'),(9075,'video_ht_view4_paginator_fontsize','19','yes'),(9076,'video_ht_view4_paginator_color','FF2C2C','yes'),(9077,'video_ht_view4_paginator_icon_color','B82020','yes'),(9078,'video_ht_view4_paginator_icon_size','21','yes'),(9079,'video_ht_view4_paginator_position','center','yes'),(9080,'video_ht_view4_loadmore_position','center','yes'),(9081,'video_ht_view4_loadmore_fontsize','16','yes'),(9082,'video_ht_view4_button_color','5CADFF','yes'),(9083,'video_ht_view4_loadmore_font_color','FF0D0D','yes'),(9084,'video_ht_view4_loading_type','3','yes'),(9085,'video_ht_view4_loadmore_text','View More','yes'),(9086,'video_ht_view1_paginator_fontsize','22','yes'),(9087,'video_ht_view1_paginator_color','222222','yes'),(9088,'video_ht_view1_paginator_icon_color','FF2C2C','yes'),(9089,'video_ht_view1_paginator_icon_size','22','yes'),(9090,'video_ht_view1_paginator_position','left','yes'),(9091,'video_ht_view1_loadmore_position','center','yes'),(9092,'video_ht_view1_loadmore_fontsize','22','yes'),(9093,'video_ht_view1_button_color','FF2C2C','yes'),(9094,'video_ht_view1_loadmore_font_color','FFFFFF','yes'),(9095,'video_ht_view1_loading_type','2','yes'),(9096,'video_ht_view1_loadmore_text','Load More','yes'),(9097,'video_ht_view9_loadmore_font_color_hover','D9D9D9','yes'),(9098,'video_ht_view9_button_color_hover','8F827C','yes'),(9099,'video_ht_view8_loadmore_font_color_hover','FF4242','yes'),(9100,'video_ht_view8_button_color_hover','0FEFFF','yes'),(9101,'video_ht_view7_loadmore_font_color_hover','D9D9D9','yes'),(9102,'video_ht_view7_button_color_hover','8F827C','yes'),(9103,'video_ht_view4_loadmore_font_color_hover','FF4040','yes'),(9104,'video_ht_view4_button_color_hover','99C5FF','yes'),(9105,'video_ht_view1_loadmore_font_color_hover','F2F2F2','yes'),(9106,'video_ht_view1_button_color_hover','991A1A','yes'),(9107,'image_natural_size_thumbnail','resize','yes'),(9108,'image_natural_size_contentpopup','resize','yes'),(9109,'ht_popup_rating_count','on','yes'),(9110,'ht_popup_likedislike_bg','7993A3','yes'),(9111,'ht_contentsl_rating_count','on','yes'),(9112,'ht_popup_likedislike_bg_trans','0','yes'),(9113,'ht_popup_likedislike_thumb_color','2EC7E6','yes'),(9114,'ht_popup_likedislike_thumb_active_color','2883C9','yes'),(9115,'ht_popup_likedislike_font_color','454545','yes'),(9116,'ht_popup_active_font_color','000000','yes'),(9117,'ht_contentsl_likedislike_bg','7993A3','yes'),(9118,'ht_contentsl_likedislike_bg_trans','0','yes'),(9119,'ht_contentsl_likedislike_thumb_color','2EC7E6','yes'),(9120,'ht_contentsl_likedislike_thumb_active_color','2883C9','yes'),(9121,'ht_contentsl_likedislike_font_color','454545','yes'),(9122,'ht_contentsl_active_font_color','1C1C1C','yes'),(9123,'ht_lightbox_rating_count','on','yes'),(9124,'ht_lightbox_likedislike_bg','FFFFFF','yes'),(9125,'ht_lightbox_likedislike_bg_trans','20','yes'),(9126,'ht_lightbox_likedislike_thumb_color','7A7A7A','yes'),(9127,'ht_lightbox_likedislike_thumb_active_color','E83D09','yes'),(9128,'ht_lightbox_likedislike_font_color','FFFFFF','yes'),(9129,'ht_lightbox_active_font_color','FFFFFF','yes'),(9130,'ht_slider_rating_count','on','yes'),(9131,'ht_slider_likedislike_bg','FFFFFF','yes'),(9132,'ht_slider_likedislike_bg_trans','70','yes'),(9133,'ht_slider_likedislike_thumb_color','000000','yes'),(9134,'ht_slider_likedislike_thumb_active_color','FF3D3D','yes'),(9135,'ht_slider_likedislike_font_color','3D3D3D','yes'),(9136,'ht_slider_active_font_color','1C1C1C','yes'),(9137,'ht_thumb_rating_count','on','yes'),(9138,'ht_thumb_likedislike_bg','63150C','yes'),(9139,'ht_thumb_likedislike_bg_trans','0','yes'),(9140,'ht_thumb_likedislike_thumb_color','F7F7F7','yes'),(9141,'ht_thumb_likedislike_thumb_active_color','E65010','yes'),(9142,'ht_thumb_likedislike_font_color','E6E6E6','yes'),(9143,'ht_thumb_active_font_color','FFFFFF','yes'),(9144,'ht_just_rating_count','off','yes'),(9145,'ht_just_likedislike_bg','FFFFFF','yes'),(9146,'ht_just_likedislike_bg_trans','0','yes'),(9147,'ht_just_likedislike_thumb_color','FFFFFF','yes'),(9148,'ht_just_likedislike_thumb_active_color','0ECC5A','yes'),(9149,'ht_just_likedislike_font_color','030303','yes'),(9151,'ht_just_active_font_color','EDEDED','yes'),(9153,'ht_blog_rating_count','on','yes'),(9154,'ht_blog_likedislike_bg','0B0B63','yes'),(9155,'ht_blog_likedislike_bg_trans','0','yes'),(9156,'ht_blog_likedislike_thumb_color','8F827C','yes'),(9157,'ht_blog_likedislike_thumb_active_color','5CADFF','yes'),(9158,'ht_blog_likedislike_font_color','4D4B49','yes'),(9159,'ht_blog_active_font_color','020300','yes'),(9160,'ht_popup_heart_likedislike_thumb_color','84E0E3','yes'),(9161,'ht_popup_heart_likedislike_thumb_active_color','46B4E3','yes'),(9162,'ht_contentsl_heart_likedislike_thumb_color','84E0E3','yes'),(9163,'ht_contentsl_heart_likedislike_thumb_active_color','46B4E3','yes'),(9164,'ht_lightbox_heart_likedislike_thumb_color','B50000','yes'),(9165,'ht_lightbox_heart_likedislike_thumb_active_color','EB1221','yes'),(9166,'ht_slider_heart_likedislike_thumb_color','8F8F8F','yes'),(9167,'ht_slider_heart_likedislike_thumb_active_color','FF2A12','yes'),(9168,'ht_thumb_heart_likedislike_thumb_color','FF0000','yes'),(9169,'ht_thumb_heart_likedislike_thumb_active_color','C21313','yes'),(9170,'ht_just_heart_likedislike_thumb_color','E0E0E0','yes'),(9171,'ht_just_heart_likedislike_thumb_active_color','F23D3D','yes'),(9172,'ht_blog_heart_likedislike_thumb_color','D63E48','yes'),(9173,'ht_blog_heart_likedislike_thumb_active_color','E00000','yes'),(9174,'photo_gallery_wp_admin_image_hover_preview','on','yes'),(9175,'widget_photo_gallery_wp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(28321,'hefo','a:74:{s:4:\"head\";s:94:\"<meta name=\"google-site-verification\" content=\"5QuYIOooxMgYHR951tgZMEWKS9mojYAJ7slwSsn0Uf8\" />\";s:9:\"head_home\";s:0:\"\";s:4:\"body\";s:0:\"\";s:11:\"mobile_body\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:13:\"mobile_footer\";s:0:\"\";s:13:\"generic_tag_1\";s:0:\"\";s:9:\"generic_1\";s:0:\"\";s:16:\"mobile_generic_1\";s:0:\"\";s:13:\"generic_tag_2\";s:0:\"\";s:9:\"generic_2\";s:0:\"\";s:16:\"mobile_generic_2\";s:0:\"\";s:13:\"generic_tag_3\";s:0:\"\";s:9:\"generic_3\";s:0:\"\";s:16:\"mobile_generic_3\";s:0:\"\";s:13:\"generic_tag_4\";s:0:\"\";s:9:\"generic_4\";s:0:\"\";s:16:\"mobile_generic_4\";s:0:\"\";s:13:\"generic_tag_5\";s:0:\"\";s:9:\"generic_5\";s:0:\"\";s:16:\"mobile_generic_5\";s:0:\"\";s:6:\"before\";s:0:\"\";s:13:\"mobile_before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:11:\"inner_pos_1\";s:5:\"after\";s:11:\"inner_tag_1\";s:0:\"\";s:12:\"inner_skip_1\";s:1:\"0\";s:11:\"inner_alt_1\";s:0:\"\";s:7:\"inner_1\";s:0:\"\";s:14:\"mobile_inner_1\";s:0:\"\";s:11:\"inner_pos_2\";s:5:\"after\";s:11:\"inner_tag_2\";s:0:\"\";s:12:\"inner_skip_2\";s:1:\"0\";s:11:\"inner_alt_2\";s:0:\"\";s:7:\"inner_2\";s:0:\"\";s:14:\"mobile_inner_2\";s:0:\"\";s:11:\"inner_pos_3\";s:5:\"after\";s:11:\"inner_tag_3\";s:0:\"\";s:12:\"inner_skip_3\";s:1:\"0\";s:11:\"inner_alt_3\";s:0:\"\";s:7:\"inner_3\";s:0:\"\";s:14:\"mobile_inner_3\";s:0:\"\";s:11:\"inner_pos_4\";s:5:\"after\";s:11:\"inner_tag_4\";s:0:\"\";s:12:\"inner_skip_4\";s:1:\"0\";s:11:\"inner_alt_4\";s:0:\"\";s:7:\"inner_4\";s:0:\"\";s:14:\"mobile_inner_4\";s:0:\"\";s:11:\"inner_pos_5\";s:5:\"after\";s:11:\"inner_tag_5\";s:0:\"\";s:12:\"inner_skip_5\";s:1:\"0\";s:11:\"inner_alt_5\";s:0:\"\";s:7:\"inner_5\";s:0:\"\";s:14:\"mobile_inner_5\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:8:\"amp_head\";s:0:\"\";s:7:\"amp_css\";s:0:\"\";s:15:\"amp_post_before\";s:0:\"\";s:14:\"amp_post_after\";s:0:\"\";s:10:\"amp_footer\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:18:\"mobile_user_agents\";s:38:\"phone\niphone\nipod\nandroid.+mobile\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}','yes'),(28956,'wpseo_sitemap_120_cache_validator','pv2v','no'),(28957,'wpseo_sitemap_39_cache_validator','51VaX','no'),(28958,'wpseo_sitemap_38_cache_validator','51Ve7','no'),(28959,'wpseo_sitemap_156_cache_validator','51VeW','no'),(28960,'wpseo_sitemap_150_cache_validator','51VfL','no'),(28961,'wpseo_sitemap_48_cache_validator','51VgA','no'),(28962,'wpseo_sitemap_44_cache_validator','51VhO','no'),(28963,'wpseo_sitemap_47_cache_validator','51ViM','no'),(28964,'wpseo_sitemap_43_cache_validator','51VjS','no'),(28965,'wpseo_sitemap_49_cache_validator','51Vl9','no'),(28966,'wpseo_sitemap_45_cache_validator','pv4d','no'),(29794,'wp-optimize-schedule','false','yes'),(29795,'wp-optimize-last-optimized','Never','yes'),(29796,'wp-optimize-schedule-type','wpo_weekly','yes'),(29797,'wp-optimize-retention-enabled','false','yes'),(29798,'wp-optimize-retention-period','2','yes'),(29799,'wp-optimize-enable-admin-menu','false','yes'),(29800,'wp-optimize-total-cleaned','0','yes'),(29801,'wp-optimize-auto','a:7:{s:9:\"revisions\";s:4:\"true\";s:6:\"drafts\";s:4:\"true\";s:5:\"spams\";s:4:\"true\";s:9:\"transient\";s:5:\"false\";s:8:\"optimize\";s:5:\"false\";s:10:\"unapproved\";s:5:\"false\";s:5:\"trash\";s:4:\"true\";}','yes'),(29802,'wp-optimize-settings','a:16:{s:16:\"user-commentmeta\";s:5:\"false\";s:14:\"user-revisions\";s:4:\"true\";s:11:\"user-drafts\";s:4:\"true\";s:15:\"user-orphandata\";s:5:\"false\";s:14:\"user-pingbacks\";s:5:\"false\";s:13:\"user-postmeta\";s:5:\"false\";s:17:\"user-repairtables\";s:4:\"true\";s:16:\"user-attachments\";s:5:\"false\";s:10:\"user-spams\";s:4:\"true\";s:14:\"user-transient\";s:5:\"false\";s:13:\"user-optimize\";s:4:\"true\";s:15:\"user-unapproved\";s:4:\"true\";s:15:\"user-trackbacks\";s:5:\"false\";s:10:\"user-trash\";s:4:\"true\";s:19:\"user-orphanedtables\";s:4:\"true\";s:13:\"last_saved_in\";s:5:\"2.3.4\";}','yes'),(29803,'updraft_task_manager_dbversion','1.1','yes'),(29811,'wp-optimize-corrupted-tables-count','0','yes'),(29812,'wp-optimize-compression_server','resmushit','yes'),(29813,'wp-optimize-image_quality','95','yes'),(29814,'wp-optimize-back_up_original','1','yes'),(29815,'_transient_wpo_get_cache_size','a:2:{s:4:\"size\";i:0;s:10:\"file_count\";i:0;}','yes'),(29816,'wp-optimize-is_gzip_compression_enabled','1','yes'),(29817,'wp-optimize-lossy_compression','1','yes'),(29818,'wp-optimize-preserve_exif','1','yes'),(29819,'wp-optimize-autosmush','1','yes'),(29820,'wp-optimize-show_smush_metabox','show','yes'),(29821,'Re_Smush_It_Task','1565703234','yes'),(29825,'wp-optimize-completed_task_count','35','yes'),(29826,'wp-optimize-total_bytes_saved','693697','yes'),(29827,'wp-optimize-total_percent_saved','7.6074285714286','yes'),(39841,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39842,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39843,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39844,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39845,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39849,'recovery_keys','a:0:{}','yes'),(39850,'admin_email_lifespan','1622376680','yes'),(39851,'wp_page_for_privacy_policy','0','yes'),(39852,'show_comments_cookies_opt_in','1','yes'),(39853,'disallowed_keys','','no'),(39854,'comment_previously_approved','1','yes'),(39855,'auto_plugin_theme_update_emails','a:0:{}','no'),(39856,'finished_updating_comment_type','1','yes'),(39857,'db_upgraded','','yes'),(39864,'can_compress_scripts','0','no'),(39878,'theme_mods_twentytwenty','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:5;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1606824740;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:12:\"categories-2\";i:3;s:10:\"nav_menu-4\";i:4;s:8:\"search-4\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:6:\"text-4\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"nav_menu-3\";i:5;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-5\";}}}}','yes'),(39882,'weblog_theme_installed_time','1606824740','yes'),(39932,'_transient_health-check-site-status-result','{\"good\":11,\"recommended\":9,\"critical\":0}','yes'),(44129,'_transient_is_multi_author','0','yes'),(44131,'_transient_weblog_categories','2','yes'),(46375,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.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.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.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.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.4\";s:7:\"version\";s:5:\"5.6.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1623816115;s:15:\"version_checked\";s:5:\"5.5.5\";s:12:\"translations\";a:0:{}}','no'),(47991,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1623816116;s:7:\"checked\";a:4:{s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";s:6:\"weblog\";s:5:\"3.0.1\";}s:8:\"response\";a:4:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.0.zip\";s:8:\"requires\";s:5:\"4.9.6\";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.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:6:\"weblog\";a:6:{s:5:\"theme\";s:6:\"weblog\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:36:\"https://wordpress.org/themes/weblog/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/weblog.3.0.2.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:6:\"5.6.20\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(47992,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1623816116;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_photo_gallery_wp_gallerys`
--
DROP TABLE IF EXISTS `wp_photo_gallery_wp_gallerys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_photo_gallery_wp_gallerys` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL,
`sl_height` int(11) unsigned DEFAULT NULL,
`sl_width` int(11) unsigned DEFAULT NULL,
`pause_on_hover` text DEFAULT NULL,
`gallery_list_effects_s` text DEFAULT NULL,
`description` text DEFAULT NULL,
`hover_effect` int(1) NOT NULL DEFAULT 0,
`param` text DEFAULT NULL,
`sl_position` text NOT NULL,
`ordering` int(11) NOT NULL,
`published` text DEFAULT NULL,
`photo_gallery_wp_sl_effects` text NOT NULL,
`gallery_loader_type` tinyint(4) DEFAULT 1,
`display_type` int(11) DEFAULT 2,
`content_per_page` int(11) DEFAULT 5,
`rating` varchar(15) NOT NULL DEFAULT 'off',
`autoslide` varchar(15) NOT NULL DEFAULT 'on',
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_photo_gallery_wp_gallerys`
--
LOCK TABLES `wp_photo_gallery_wp_gallerys` WRITE;
/*!40000 ALTER TABLE `wp_photo_gallery_wp_gallerys` DISABLE KEYS */;
INSERT INTO `wp_photo_gallery_wp_gallerys` VALUES (1,'My First Gallery',375,600,'on','random','4000',0,'1000','center',1,'300','5',1,2,5,'off','on');
/*!40000 ALTER TABLE `wp_photo_gallery_wp_gallerys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_photo_gallery_wp_images`
--
DROP TABLE IF EXISTS `wp_photo_gallery_wp_images`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_photo_gallery_wp_images` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`gallery_id` varchar(200) DEFAULT NULL,
`description` text DEFAULT NULL,
`image_url` text DEFAULT NULL,
`sl_url` text DEFAULT NULL,
`sl_type` text NOT NULL,
`link_target` text NOT NULL,
`ordering` int(11) NOT NULL,
`published` tinyint(4) unsigned DEFAULT NULL,
`published_in_sl_width` tinyint(4) unsigned DEFAULT NULL,
`like` int(11) NOT NULL DEFAULT 0,
`dislike` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_photo_gallery_wp_images`
--
LOCK TABLES `wp_photo_gallery_wp_images` WRITE;
/*!40000 ALTER TABLE `wp_photo_gallery_wp_images` DISABLE KEYS */;
INSERT INTO `wp_photo_gallery_wp_images` VALUES (1,'Lorem ipsum','1','<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://jennylloyd.co.uk/wp-content/plugins/gallery-and-caption/assets/images/front_images/projects/1.jpg','http://huge-it.com/fields/order-website-maintenance/','image','on',0,1,NULL,0,0),(2,'lorem ipsumdolor','1','<p>lorem ipsumdolor sit amet lorem ipsum dolor sit amet</p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>','http://jennylloyd.co.uk/wp-content/plugins/gallery-and-caption/assets/images/front_images/projects/2.jpg','http://huge-it.com/fields/order-website-maintenance/','image','on',1,1,NULL,0,0),(3,'Lorem ipsum','1','<h6>Lorem Ipsum </h6><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p><p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><ul><li>lorem ipsum</li><li>dolor sit amet</li><li>lorem ipsum</li><li>dolor sit amet</li></ul>','http://jennylloyd.co.uk/wp-content/plugins/gallery-and-caption/assets/images/front_images/projects/3.jpg','http://huge-it.com/fields/order-website-maintenance/','image','on',2,1,NULL,0,0);
/*!40000 ALTER TABLE `wp_photo_gallery_wp_images` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_photo_gallery_wp_like_dislike`
--
DROP TABLE IF EXISTS `wp_photo_gallery_wp_like_dislike`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_photo_gallery_wp_like_dislike` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`image_id` int(11) NOT NULL,
`image_status` varchar(10) NOT NULL,
`ip` varchar(35) NOT NULL,
`cook` varchar(15) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_photo_gallery_wp_like_dislike`
--
LOCK TABLES `wp_photo_gallery_wp_like_dislike` WRITE;
/*!40000 ALTER TABLE `wp_photo_gallery_wp_like_dislike` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_photo_gallery_wp_like_dislike` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_pluginSL_spam_captcha`
--
DROP TABLE IF EXISTS `wp_pluginSL_spam_captcha`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pluginSL_spam_captcha` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_comment` mediumint(9) NOT NULL,
`status` varchar(10) DEFAULT 'ok',
`new_status` varchar(10) DEFAULT 'ok',
`author` text DEFAULT NULL,
`content` text DEFAULT NULL,
`captcha_info` text DEFAULT NULL,
`date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
UNIQUE KEY `id_post` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_pluginSL_spam_captcha`
--
LOCK TABLES `wp_pluginSL_spam_captcha` WRITE;
/*!40000 ALTER TABLE `wp_pluginSL_spam_captcha` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_pluginSL_spam_captcha` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=769 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (2,4,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(3,4,'_mail','a:8:{s:7:\"subject\";s:28:\"Jenny Lloyd \"[your-subject]\"\";s:6:\"sender\";s:40:\"[your-name] <wordpress@jennylloyd.co.uk>\";s:4:\"body\";s:172:\"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 Jenny Lloyd (http://jennylloyd.co.uk)\";s:9:\"recipient\";s:25:\"leads@vanillacircus.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;}'),(4,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"Jenny Lloyd \"[your-subject]\"\";s:6:\"sender\";s:40:\"Jenny Lloyd <wordpress@jennylloyd.co.uk>\";s:4:\"body\";s:114:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Jenny Lloyd (http://jennylloyd.co.uk)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:39:\"Reply-To: zoe.allen@vanillacircus.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5,4,'_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.\";}'),(6,4,'_additional_settings',''),(7,4,'_locale','en_US'),(18,1,'_edit_lock','1483965719:1'),(19,10,'fw_options','a:0:{}'),(20,11,'_wp_attached_file','2017/01/printing-work.jpg'),(21,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:25:\"2017/01/printing-work.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"printing-work-150x150.jpg\";s:5:\"width\";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:\"printing-work-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:\"printing-work-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:25:\"printing-work-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22,1,'_edit_last','1'),(23,1,'_thumbnail_id','11'),(26,1,'_yoast_wpseo_content_score','30'),(27,12,'fw_options','a:0:{}'),(28,1,'_wp_old_slug','hello-world'),(29,1,'_yoast_wpseo_primary_category','2'),(30,13,'_edit_last','1'),(31,13,'_edit_lock','1483965979:1'),(32,14,'_wp_attached_file','2017/01/chime-balls.jpg'),(33,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:673;s:4:\"file\";s:23:\"2017/01/chime-balls.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"chime-balls-150x150.jpg\";s:5:\"width\";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:\"chime-balls-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:23:\"chime-balls-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:23:\"chime-balls-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34,13,'_thumbnail_id','14'),(37,13,'_yoast_wpseo_content_score','30'),(38,15,'fw_options','a:0:{}'),(39,13,'_yoast_wpseo_primary_category','3'),(52,22,'_edit_last','1'),(53,22,'_edit_lock','1487692017:1'),(56,22,'_yoast_wpseo_content_score','30'),(57,23,'fw_options','a:0:{}'),(58,22,'_yoast_wpseo_primary_category','4'),(59,24,'fw_options','a:0:{}'),(62,25,'fw_options','a:0:{}'),(63,22,'_wp_old_slug','our-modern-prints'),(66,26,'fw_options','a:0:{}'),(71,27,'fw_options','a:0:{}'),(72,28,'_wp_attached_file','2017/01/wrappz-coaster.jpg'),(73,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:688;s:4:\"file\";s:26:\"2017/01/wrappz-coaster.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wrappz-coaster-150x150.jpg\";s:5:\"width\";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:\"wrappz-coaster-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:26:\"wrappz-coaster-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(76,29,'fw_options','a:0:{}'),(79,30,'fw_options','a:0:{}'),(80,31,'_wp_attached_file','2017/01/girl-book.jpg'),(81,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:941;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2017/01/girl-book.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"girl-book-150x150.jpg\";s:5:\"width\";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:\"girl-book-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"girl-book-768x588.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"girl-book-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(82,22,'_thumbnail_id','31'),(85,22,'_yoast_wpseo_metadesc','Contemporary illustration has come about in recent years as we have devised ways that deviate from the traditional methods and processes of illustration.'),(86,33,'_menu_item_type','custom'),(87,33,'_menu_item_menu_item_parent','0'),(88,33,'_menu_item_object_id','33'),(89,33,'_menu_item_object','custom'),(90,33,'_menu_item_target',''),(91,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,33,'_menu_item_xfn',''),(93,33,'_menu_item_url','http://jennylloyd.co.uk'),(110,36,'_menu_item_type','post_type'),(111,36,'_menu_item_menu_item_parent','0'),(112,36,'_menu_item_object_id','22'),(113,36,'_menu_item_object','post'),(114,36,'_menu_item_target',''),(115,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(116,36,'_menu_item_xfn',''),(117,36,'_menu_item_url',''),(142,40,'_menu_item_type','post_type'),(143,40,'_menu_item_menu_item_parent','36'),(144,40,'_menu_item_object_id','13'),(145,40,'_menu_item_object','post'),(146,40,'_menu_item_target',''),(147,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(148,40,'_menu_item_xfn',''),(149,40,'_menu_item_url',''),(150,41,'_menu_item_type','post_type'),(151,41,'_menu_item_menu_item_parent','0'),(152,41,'_menu_item_object_id','1'),(153,41,'_menu_item_object','post'),(154,41,'_menu_item_target',''),(155,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(156,41,'_menu_item_xfn',''),(157,41,'_menu_item_url',''),(210,50,'_menu_item_type','post_type'),(211,50,'_menu_item_menu_item_parent','0'),(212,50,'_menu_item_object_id','22'),(213,50,'_menu_item_object','post'),(214,50,'_menu_item_target',''),(215,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(216,50,'_menu_item_xfn',''),(217,50,'_menu_item_url',''),(218,51,'_menu_item_type','post_type'),(219,51,'_menu_item_menu_item_parent','0'),(220,51,'_menu_item_object_id','1'),(221,51,'_menu_item_object','post'),(222,51,'_menu_item_target',''),(223,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(224,51,'_menu_item_xfn',''),(225,51,'_menu_item_url',''),(228,53,'_edit_last','1'),(229,53,'_edit_lock','1559747907:1'),(230,54,'_wp_attached_file','2017/01/looking-at-art.jpg'),(231,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:503;s:4:\"file\";s:26:\"2017/01/looking-at-art.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"looking-at-art-150x150.jpg\";s:5:\"width\";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:\"looking-at-art-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:26:\"looking-at-art-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"looking-at-art-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;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:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(232,53,'_thumbnail_id','54'),(235,53,'_yoast_wpseo_content_score','30'),(236,55,'fw_options','a:0:{}'),(237,53,'_yoast_wpseo_primary_category','8'),(240,56,'_edit_last','1'),(241,56,'_edit_lock','1483970106:1'),(242,57,'_wp_attached_file','2017/01/Illustration-Example.jpg'),(243,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:32:\"2017/01/Illustration-Example.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Illustration-Example-150x150.jpg\";s:5:\"width\";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:\"Illustration-Example-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:\"Illustration-Example-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(244,56,'_thumbnail_id','57'),(247,56,'_yoast_wpseo_content_score','30'),(248,58,'fw_options','a:0:{}'),(249,56,'_yoast_wpseo_primary_category','9'),(258,61,'fw_options','a:0:{}'),(261,62,'fw_options','a:0:{}'),(266,63,'fw_options','a:0:{}'),(267,22,'_wp_old_slug','contemporary-illustration'),(358,93,'_wp_attached_file','2017/01/logo_LRG.png'),(359,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:20:\"2017/01/logo_LRG.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(360,94,'_wp_attached_file','2017/01/cropped-logo_LRG.png'),(361,94,'_wp_attachment_context','custom-logo'),(362,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2017/01/cropped-logo_LRG.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(365,96,'_wp_attached_file','2017/01/cropped-logo_LRG-1.png'),(366,96,'_wp_attachment_context','site-icon'),(367,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2017/01/cropped-logo_LRG-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-logo_LRG-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:\"cropped-logo_LRG-1-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:30:\"cropped-logo_LRG-1-330x195.png\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:30:\"cropped-logo_LRG-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:30:\"cropped-logo_LRG-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:30:\"cropped-logo_LRG-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:28:\"cropped-logo_LRG-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(372,99,'fw_options','a:0:{}'),(375,100,'fw_options','a:0:{}'),(385,101,'fw_options','a:0:{}'),(388,102,'fw_options','a:0:{}'),(391,104,'fw_options','a:0:{}'),(392,22,'fw_options','a:0:{}'),(395,105,'fw_options','a:0:{}'),(396,22,'_wp_old_slug','by-htm'),(397,107,'_edit_last','1'),(398,107,'_edit_lock','1559747907:1'),(399,109,'_wp_attached_file','2017/03/fashion.jpg'),(400,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:19:\"2017/03/fashion.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"fashion-150x150.jpg\";s:5:\"width\";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:\"fashion-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:19:\"fashion-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"fashion-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s: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:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(401,107,'_thumbnail_id','109'),(404,107,'_yoast_wpseo_content_score','30'),(405,110,'fw_options','a:0:{}'),(406,107,'_yoast_wpseo_primary_category','10'),(409,111,'fw_options','a:0:{}'),(412,112,'fw_options','a:0:{}'),(413,113,'fw_options','a:0:{}'),(416,114,'fw_options','a:0:{}'),(419,115,'fw_options','a:0:{}'),(420,117,'_menu_item_type','post_type'),(421,117,'_menu_item_menu_item_parent','0'),(422,117,'_menu_item_object_id','107'),(423,117,'_menu_item_object','post'),(424,117,'_menu_item_target',''),(425,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(426,117,'_menu_item_xfn',''),(427,117,'_menu_item_url',''),(428,96,'_oembed_8fa28081cdd3c2feb66268e9920ad69a','{{unknown}}'),(429,94,'_oembed_f782698a6258f105f97077a160806ee5','{{unknown}}'),(432,121,'_wp_attached_file','2017/06/Brick_Lane_street_signs.jpg'),(433,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1886;s:6:\"height\";i:1131;s:4:\"file\";s:35:\"2017/06/Brick_Lane_street_signs.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Brick_Lane_street_signs-150x150.jpg\";s:5:\"width\";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:\"Brick_Lane_street_signs-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Brick_Lane_street_signs-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Brick_Lane_street_signs-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:35:\"Brick_Lane_street_signs-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:10:\"Picasa 2.6\";s:6:\"camera\";s:13:\"FinePix F31fd\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1176645580\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:18:\"0.0022222222222222\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(434,122,'_wp_attached_file','2017/06/images.jpeg'),(435,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:19:\"2017/06/images.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"images-150x150.jpeg\";s:5:\"width\";i:150;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:{}}}'),(436,123,'_wp_attached_file','2017/06/London-Nears-Gridlock.jpg'),(437,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:854;s:4:\"file\";s:33:\"2017/06/London-Nears-Gridlock.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"London-Nears-Gridlock-150x150.jpg\";s:5:\"width\";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-Nears-Gridlock-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:\"London-Nears-Gridlock-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:\"London-Nears-Gridlock-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:\"London-Nears-Gridlock-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(438,124,'_wp_attached_file','2017/06/London_from_a_hot_air_balloon.jpg'),(439,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3816;s:6:\"height\";i:2592;s:4:\"file\";s:41:\"2017/06/London_from_a_hot_air_balloon.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"London_from_a_hot_air_balloon-150x150.jpg\";s:5:\"width\";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:\"London_from_a_hot_air_balloon-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"London_from_a_hot_air_balloon-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"London_from_a_hot_air_balloon-1024x696.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"London_from_a_hot_air_balloon-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:27:\"Paul Dopson-APG Photography\";s:6:\"camera\";s:4:\"E-M1\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1398234290\";s:9:\"copyright\";s:24:\"Copyright APGPhotography\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"500\";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:{}}}'),(440,125,'_wp_attached_file','2017/06/Palace_of_Westminster_London_-_Feb_2007.jpg'),(441,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3200;s:6:\"height\";i:1261;s:4:\"file\";s:51:\"2017/06/Palace_of_Westminster_London_-_Feb_2007.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Palace_of_Westminster_London_-_Feb_2007-150x150.jpg\";s:5:\"width\";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:\"Palace_of_Westminster_London_-_Feb_2007-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:51:\"Palace_of_Westminster_London_-_Feb_2007-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:52:\"Palace_of_Westminster_London_-_Feb_2007-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:51:\"Palace_of_Westminster_London_-_Feb_2007-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(442,126,'_wp_attached_file','2017/06/paper-chain-family-in-cup-008.jpg'),(443,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:276;s:4:\"file\";s:41:\"2017/06/paper-chain-family-in-cup-008.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"paper-chain-family-in-cup-008-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"paper-chain-family-in-cup-008-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:41:\"paper-chain-family-in-cup-008-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"Photograph: Brian Jackson / Alam\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:5:\"Alamy\";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:\"paper-chain family in cupped hands\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(453,131,'_wp_attached_file','2017/06/1x1-fixed-opener.jpg'),(454,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2017/06/1x1-fixed-opener.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"1x1-fixed-opener-150x150.jpg\";s:5:\"width\";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:\"1x1-fixed-opener-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"1x1-fixed-opener-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(455,132,'_wp_attached_file','2017/06/1x28-fixed-skylight.jpg'),(456,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2017/06/1x28-fixed-skylight.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"1x28-fixed-skylight-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:31:\"1x28-fixed-skylight-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(457,133,'_wp_attached_file','2017/06/2x1-fixed-opener-skylights.jpg'),(458,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:38:\"2017/06/2x1-fixed-opener-skylights.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2x1-fixed-opener-skylights-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:38:\"2x1-fixed-opener-skylights-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(459,134,'_wp_attached_file','2017/06/3-rooflights.jpg'),(460,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2017/06/3-rooflights.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"3-rooflights-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:24:\"3-rooflights-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(461,135,'_wp_attached_file','2017/06/4-2x1-fixed-rooflights.jpg'),(462,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2017/06/4-2x1-fixed-rooflights.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"4-2x1-fixed-rooflights-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:34:\"4-2x1-fixed-rooflights-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(463,136,'_wp_attached_file','2017/06/600x2400-stock-rooflight-1.jpg'),(464,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:38:\"2017/06/600x2400-stock-rooflight-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"600x2400-stock-rooflight-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:38:\"600x2400-stock-rooflight-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(465,137,'_wp_attached_file','2017/06/access-rooflight-top.jpg'),(466,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2017/06/access-rooflight-top.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"access-rooflight-top-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:32:\"access-rooflight-top-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(467,138,'_wp_attached_file','2017/06/closeup-walkon.jpg'),(468,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2017/06/closeup-walkon.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"closeup-walkon-150x150.jpg\";s:5:\"width\";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:\"closeup-walkon-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"closeup-walkon-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(469,139,'_wp_attached_file','2017/06/kitchen-skylights.jpg'),(470,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2017/06/kitchen-skylights.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kitchen-skylights-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:29:\"kitchen-skylights-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(471,140,'_wp_attached_file','2017/06/large-rooflight.jpg'),(472,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2017/06/large-rooflight.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"large-rooflight-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:27:\"large-rooflight-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(473,141,'_wp_attached_file','2017/06/modern-2-rooflights.jpg'),(474,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2017/06/modern-2-rooflights.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"modern-2-rooflights-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:31:\"modern-2-rooflights-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(475,142,'_wp_attached_file','2017/06/modular-rooflight.jpg'),(476,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2017/06/modular-rooflight.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"modular-rooflight-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:29:\"modular-rooflight-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(477,143,'_wp_attached_file','2017/06/modular-rooflight-top.jpg'),(478,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2017/06/modular-rooflight-top.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"modular-rooflight-top-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:33:\"modular-rooflight-top-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,144,'_wp_attached_file','2017/06/opener-rooflight-pitch.jpg'),(480,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2017/06/opener-rooflight-pitch.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"opener-rooflight-pitch-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:34:\"opener-rooflight-pitch-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(481,145,'_wp_attached_file','2017/06/pitch-skylights.jpg'),(482,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2017/06/pitch-skylights.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pitch-skylights-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:27:\"pitch-skylights-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(483,146,'_wp_attached_file','2017/06/rooflight-top.jpg'),(484,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2017/06/rooflight-top.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"rooflight-top-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:25:\"rooflight-top-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(485,147,'_wp_attached_file','2017/06/rustic-rooflights.jpg'),(486,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2017/06/rustic-rooflights.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"rustic-rooflights-150x150.jpg\";s:5:\"width\";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:\"rustic-rooflights-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"rustic-rooflights-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(487,148,'_wp_attached_file','2017/06/skylights-london.jpg'),(488,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2017/06/skylights-london.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"skylights-london-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:28:\"skylights-london-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(489,149,'_wp_attached_file','2017/06/walkon-2x1.jpg'),(490,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:605;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2017/06/walkon-2x1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"walkon-2x1-150x150.jpg\";s:5:\"width\";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:\"walkon-2x1-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"walkon-2x1-330x195.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(524,13,'wpmdr_menu','1'),(619,1,'wpmdr_menu','1'),(620,107,'wpmdr_menu','1'),(621,22,'wpmdr_menu','1'),(622,56,'wpmdr_menu','1'),(623,53,'wpmdr_menu','1'),(624,87,'wpmdr_menu','1'),(627,149,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/walkon-2x1-updraft-pre-smush-original.jpg'),(628,149,'smush-complete','1'),(629,149,'smush-info','The file was compressed from 38.62 KB to 38.62 KB saving 0 percent using WP-Optimize'),(630,149,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:39550;s:12:\"smushed-size\";i:39550;s:15:\"savings-percent\";d:0;}'),(631,147,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/rustic-rooflights-updraft-pre-smush-original.jpg'),(632,147,'smush-complete','1'),(633,147,'smush-info','The file was compressed from 42.57 KB to 42.30 KB saving 0.62 percent using WP-Optimize'),(634,147,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:43589;s:12:\"smushed-size\";i:43318;s:15:\"savings-percent\";d:0.62;}'),(635,148,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/skylights-london-updraft-pre-smush-original.jpg'),(636,148,'smush-complete','1'),(637,148,'smush-info','The file was compressed from 16.25 KB to 16.25 KB saving 0 percent using WP-Optimize'),(638,148,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:16643;s:12:\"smushed-size\";i:16643;s:15:\"savings-percent\";d:0;}'),(639,145,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/pitch-skylights-updraft-pre-smush-original.jpg'),(640,145,'smush-complete','1'),(641,145,'smush-info','The file was compressed from 17.88 KB to 17.88 KB saving 0 percent using WP-Optimize'),(642,145,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:18305;s:12:\"smushed-size\";i:18305;s:15:\"savings-percent\";d:0;}'),(643,146,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/rooflight-top-updraft-pre-smush-original.jpg'),(644,146,'smush-complete','1'),(645,146,'smush-info','The file was compressed from 30.48 KB to 29.87 KB saving 2.02 percent using WP-Optimize'),(646,146,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:31216;s:12:\"smushed-size\";i:30586;s:15:\"savings-percent\";d:2.02;}'),(647,142,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/modular-rooflight-updraft-pre-smush-original.jpg'),(648,142,'smush-complete','1'),(649,142,'smush-info','The file was compressed from 26.82 KB to 26.56 KB saving 0.97 percent using WP-Optimize'),(650,142,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:27463;s:12:\"smushed-size\";i:27196;s:15:\"savings-percent\";d:0.96999999999999997;}'),(651,143,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/modular-rooflight-top-updraft-pre-smush-original.jpg'),(652,143,'smush-complete','1'),(653,143,'smush-info','The file was compressed from 22.68 KB to 22.57 KB saving 0.51 percent using WP-Optimize'),(654,143,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:23227;s:12:\"smushed-size\";i:23108;s:15:\"savings-percent\";d:0.51000000000000001;}'),(655,144,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/opener-rooflight-pitch-updraft-pre-smush-original.jpg'),(656,144,'smush-complete','1'),(657,144,'smush-info','The file was compressed from 10.98 KB to 10.98 KB saving 0 percent using WP-Optimize'),(658,144,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:11244;s:12:\"smushed-size\";i:11244;s:15:\"savings-percent\";d:0;}'),(659,140,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/large-rooflight-updraft-pre-smush-original.jpg'),(660,140,'smush-complete','1'),(661,140,'smush-info','The file was compressed from 12.94 KB to 12.94 KB saving 0 percent using WP-Optimize'),(662,140,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:13252;s:12:\"smushed-size\";i:13252;s:15:\"savings-percent\";d:0;}'),(663,141,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/modern-2-rooflights-updraft-pre-smush-original.jpg'),(664,141,'smush-complete','1'),(665,141,'smush-info','The file was compressed from 15.50 KB to 15.50 KB saving 0 percent using WP-Optimize'),(666,141,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:15870;s:12:\"smushed-size\";i:15870;s:15:\"savings-percent\";d:0;}'),(667,138,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/closeup-walkon-updraft-pre-smush-original.jpg'),(668,138,'smush-complete','1'),(669,138,'smush-info','The file was compressed from 36.03 KB to 35.81 KB saving 0.59 percent using WP-Optimize'),(670,138,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:36890;s:12:\"smushed-size\";i:36674;s:15:\"savings-percent\";d:0.58999999999999997;}'),(671,139,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/kitchen-skylights-updraft-pre-smush-original.jpg'),(672,139,'smush-complete','1'),(673,139,'smush-info','The file was compressed from 18.22 KB to 18.22 KB saving 0 percent using WP-Optimize'),(674,139,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:18655;s:12:\"smushed-size\";i:18655;s:15:\"savings-percent\";d:0;}'),(675,136,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/600x2400-stock-rooflight-1-updraft-pre-smush-original.jpg'),(676,136,'smush-complete','1'),(677,136,'smush-info','The file was compressed from 21.56 KB to 21.56 KB saving 0 percent using WP-Optimize'),(678,136,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:22073;s:12:\"smushed-size\";i:22073;s:15:\"savings-percent\";d:0;}'),(679,137,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/access-rooflight-top-updraft-pre-smush-original.jpg'),(680,137,'smush-complete','1'),(681,137,'smush-info','The file was compressed from 18.82 KB to 18.76 KB saving 0.32 percent using WP-Optimize'),(682,137,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:19270;s:12:\"smushed-size\";i:19209;s:15:\"savings-percent\";d:0.32000000000000001;}'),(683,134,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/3-rooflights-updraft-pre-smush-original.jpg'),(684,134,'smush-complete','1'),(685,134,'smush-info','The file was compressed from 15.76 KB to 15.76 KB saving 0 percent using WP-Optimize'),(686,134,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:16143;s:12:\"smushed-size\";i:16143;s:15:\"savings-percent\";d:0;}'),(687,135,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/4-2x1-fixed-rooflights-updraft-pre-smush-original.jpg'),(688,135,'smush-complete','1'),(689,135,'smush-info','The file was compressed from 28.03 KB to 27.62 KB saving 1.46 percent using WP-Optimize'),(690,135,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:28704;s:12:\"smushed-size\";i:28286;s:15:\"savings-percent\";d:1.46;}'),(691,132,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/1x28-fixed-skylight-updraft-pre-smush-original.jpg'),(692,132,'smush-complete','1'),(693,132,'smush-info','The file was compressed from 18.23 KB to 18.23 KB saving 0 percent using WP-Optimize'),(694,132,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:18669;s:12:\"smushed-size\";i:18669;s:15:\"savings-percent\";d:0;}'),(695,133,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/2x1-fixed-opener-skylights-updraft-pre-smush-original.jpg'),(696,133,'smush-complete','1'),(697,133,'smush-info','The file was compressed from 23.70 KB to 23.28 KB saving 1.8 percent using WP-Optimize'),(698,133,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:24273;s:12:\"smushed-size\";i:23835;s:15:\"savings-percent\";d:1.8;}'),(699,131,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/1x1-fixed-opener-updraft-pre-smush-original.jpg'),(700,131,'smush-complete','1'),(701,131,'smush-info','The file was compressed from 41.63 KB to 41.06 KB saving 1.37 percent using WP-Optimize'),(702,131,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:42624;s:12:\"smushed-size\";i:42042;s:15:\"savings-percent\";d:1.3700000000000001;}'),(703,126,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/paper-chain-family-in-cup-008-updraft-pre-smush-original.jpg'),(704,126,'smush-complete','1'),(705,126,'smush-info','The file was compressed from 26.41 KB to 26.16 KB saving 0.92 percent using WP-Optimize'),(706,126,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:27041;s:12:\"smushed-size\";i:26791;s:15:\"savings-percent\";d:0.92000000000000004;}'),(707,125,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/Palace_of_Westminster_London_-_Feb_2007-updraft-pre-smush-original.jpg'),(708,125,'smush-complete','1'),(709,125,'smush-info','The file was compressed from 1,005.34 KB to 926.65 KB saving 7.83 percent using WP-Optimize'),(710,125,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1029464;s:12:\"smushed-size\";i:948892;s:15:\"savings-percent\";d:7.8300000000000001;}'),(711,124,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/London_from_a_hot_air_balloon-updraft-pre-smush-original.jpg'),(712,124,'smush-complete','1'),(713,124,'smush-info','The file was compressed from 2.89 MB to 2.79 MB saving 3.18 percent using WP-Optimize'),(714,124,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:3025735;s:12:\"smushed-size\";i:2929485;s:15:\"savings-percent\";d:3.1800000000000002;}'),(715,123,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/London-Nears-Gridlock-updraft-pre-smush-original.jpg'),(716,123,'smush-complete','1'),(717,123,'smush-info','The file was compressed from 284.01 KB to 273.53 KB saving 3.69 percent using WP-Optimize'),(718,123,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:290829;s:12:\"smushed-size\";i:280097;s:15:\"savings-percent\";d:3.6899999999999999;}'),(719,121,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/Brick_Lane_street_signs-updraft-pre-smush-original.jpg'),(720,121,'smush-complete','1'),(721,121,'smush-info','The file was compressed from 1.13 MB to 742.86 KB saving 35.62 percent using WP-Optimize'),(722,121,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1181506;s:12:\"smushed-size\";i:760689;s:15:\"savings-percent\";d:35.619999999999997;}'),(723,122,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/06/images-updraft-pre-smush-original.jpeg'),(724,122,'smush-complete','1'),(725,122,'smush-info','The file was compressed from 7.78 KB to 7.77 KB saving 0.05 percent using WP-Optimize'),(726,122,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:7962;s:12:\"smushed-size\";i:7958;s:15:\"savings-percent\";d:0.050000000000000003;}'),(727,109,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/03/fashion-updraft-pre-smush-original.jpg'),(728,109,'smush-complete','1'),(729,109,'smush-info','The file was compressed from 225.38 KB to 214.92 KB saving 4.64 percent using WP-Optimize'),(730,109,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:230785;s:12:\"smushed-size\";i:220075;s:15:\"savings-percent\";d:4.6399999999999997;}'),(731,96,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/01/cropped-logo_LRG-1-updraft-pre-smush-original.png'),(732,96,'smush-complete','1'),(733,96,'smush-info','The file was compressed from 45.56 KB to 19.16 KB saving 57.95 percent using WP-Optimize'),(734,96,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:46653;s:12:\"smushed-size\";i:19616;s:15:\"savings-percent\";d:57.950000000000003;}'),(735,94,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/01/cropped-logo_LRG-updraft-pre-smush-original.png'),(736,94,'smush-complete','1'),(737,94,'smush-info','The file was compressed from 6.56 KB to 2.90 KB saving 55.83 percent using WP-Optimize'),(738,94,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:6721;s:12:\"smushed-size\";i:2969;s:15:\"savings-percent\";d:55.829999999999998;}'),(739,93,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/01/logo_LRG-updraft-pre-smush-original.png'),(740,93,'smush-complete','1'),(741,93,'smush-info','The file was compressed from 9.71 KB to 3.95 KB saving 59.35 percent using WP-Optimize'),(742,93,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:9939;s:12:\"smushed-size\";i:4040;s:15:\"savings-percent\";d:59.350000000000001;}'),(743,57,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/01/Illustration-Example-updraft-pre-smush-original.jpg'),(744,57,'smush-complete','1'),(745,57,'smush-info','The file was compressed from 110.34 KB to 103.04 KB saving 6.62 percent using WP-Optimize'),(746,57,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:112992;s:12:\"smushed-size\";i:105508;s:15:\"savings-percent\";d:6.6200000000000001;}'),(747,54,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/01/looking-at-art-updraft-pre-smush-original.jpg'),(748,54,'smush-complete','1'),(749,54,'smush-info','The file was compressed from 113.10 KB to 108.98 KB saving 3.65 percent using WP-Optimize'),(750,54,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:115815;s:12:\"smushed-size\";i:111592;s:15:\"savings-percent\";d:3.6499999999999999;}'),(751,31,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/01/girl-book-updraft-pre-smush-original.jpg'),(752,31,'smush-complete','1'),(753,31,'smush-info','The file was compressed from 119.71 KB to 114.09 KB saving 4.7 percent using WP-Optimize'),(754,31,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:122588;s:12:\"smushed-size\";i:116830;s:15:\"savings-percent\";d:4.7000000000000002;}'),(755,28,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/01/wrappz-coaster-updraft-pre-smush-original.jpg'),(756,28,'smush-complete','1'),(757,28,'smush-info','The file was compressed from 146.56 KB to 136.49 KB saving 6.87 percent using WP-Optimize'),(758,28,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:150081;s:12:\"smushed-size\";i:139766;s:15:\"savings-percent\";d:6.8700000000000001;}'),(759,14,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/01/chime-balls-updraft-pre-smush-original.jpg'),(760,14,'smush-complete','1'),(761,14,'smush-info','The file was compressed from 49.79 KB to 49.18 KB saving 1.23 percent using WP-Optimize'),(762,14,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:50984;s:12:\"smushed-size\";i:50359;s:15:\"savings-percent\";d:1.23;}'),(763,11,'original-file','/var/www/jennylloyd.co.uk/html/wp-content/uploads/2017/01/printing-work-updraft-pre-smush-original.jpg'),(764,11,'smush-complete','1'),(765,11,'smush-info','The file was compressed from 136.77 KB to 130.65 KB saving 4.47 percent using WP-Optimize'),(766,11,'smush-stats','a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:140054;s:12:\"smushed-size\";i:133787;s:15:\"savings-percent\";d:4.4699999999999998;}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text 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 NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) 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=153 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2017-01-05 14:37:45','2017-01-05 14:37:45','Beautiful, affordable art prints: perfect for your own home or for that special gift\r\n<ul>\r\n <li>Eighteen images available and more coming soon</li>\r\n <li>A wide choice of various sizes and framing options</li>\r\n <li>Large, high resolution poster sized designs also available</li>\r\n <li>Prints in all colours and designs to suit any interior colour scheme or themed room</li>\r\n <li>Purchase easily, safely and quickly online, and have the prints delivered right to your door</li>\r\n</ul>\r\nContact us for custom print options or to request a portfolio image not currently available.','Art Prints','','publish','closed','open','','art-prints','','','2017-01-09 12:39:23','2017-01-09 12:39:23','',0,'http://jennylloyd.co.uk/?p=1',0,'post','',1),(4,1,'2017-01-05 15:17:15','2017-01-05 15:17:15','<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> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\nJenny Lloyd \"[your-subject]\"\n[your-name] <wordpress@jennylloyd.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 Jenny Lloyd (http://jennylloyd.co.uk)\nleads@vanillacircus.co.uk\nReply-To: [your-email]\n\n\n\n\nJenny Lloyd \"[your-subject]\"\nJenny Lloyd <wordpress@jennylloyd.co.uk>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Jenny Lloyd (http://jennylloyd.co.uk)\n[your-email]\nReply-To: zoe.allen@vanillacircus.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 form 1','','publish','closed','closed','','contact-form-1','','','2017-01-09 12:07:24','2017-01-09 12:07:24','',0,'http://jennylloyd.co.uk/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(10,1,'2017-01-09 12:39:11','2017-01-09 12:39:11','Beautiful, affordable art prints: perfect for your own home or for that special gift\n<ul>\n <li>Eighteen images available and more coming soon</li>\n <li>A wide choice of various sizes and framing options</li>\n <li>Large, high resolution poster sized designs also available</li>\n <li>Prints in all colours and designs to suit any interior colour scheme or themed room</li>\n <li>Purchase easily, safely and quickly online, and have the prints delivered right to your door</li>\n</ul>\nContact us for custom print options or to request a portfolio image not currently available.','Art Prints','','inherit','closed','closed','','1-autosave-v1','','','2017-01-09 12:39:11','2017-01-09 12:39:11','',1,'http://jennylloyd.co.uk/1-autosave-v1',0,'revision','',0),(11,1,'2017-01-09 12:39:18','2017-01-09 12:39:18','','printing work','','inherit','open','closed','','printing-work','','','2017-01-09 12:39:18','2017-01-09 12:39:18','',1,'http://jennylloyd.co.uk/wp-content/uploads/2017/01/printing-work.jpg',0,'attachment','image/jpeg',0),(12,1,'2017-01-09 12:39:23','2017-01-09 12:39:23','Beautiful, affordable art prints: perfect for your own home or for that special gift\r\n<ul>\r\n <li>Eighteen images available and more coming soon</li>\r\n <li>A wide choice of various sizes and framing options</li>\r\n <li>Large, high resolution poster sized designs also available</li>\r\n <li>Prints in all colours and designs to suit any interior colour scheme or themed room</li>\r\n <li>Purchase easily, safely and quickly online, and have the prints delivered right to your door</li>\r\n</ul>\r\nContact us for custom print options or to request a portfolio image not currently available.','Art Prints','','inherit','closed','closed','','1-revision-v1','','','2017-01-09 12:39:23','2017-01-09 12:39:23','',1,'http://jennylloyd.co.uk/1-revision-v1',0,'revision','',0),(13,1,'2017-01-09 12:45:35','2017-01-09 12:45:35','You are probably reading this page because you need support with illustrations. J | L can help you by supplying the right written words and original supporting pictures to produce your publications.\r\n\r\nYour publishing requirements might include the creative, factual or technical writings of Articles, Blogs, Books, Booklets, Brochures, e-books, Presentations, Specifications and Web Sites (SEO).\r\n\r\nJ | L specialises in writing and illustrating all these types of publications.\r\n\r\nIn addition, more specific requirements can be handled such as Video Script writing, Newsletter copywriting, Product Technical writing, Business Letters writing, Case Study copy-writing, B2B and B2C written communications.\r\n\r\nWhatever your requirements, you might have the need for unique accompanying illustrations; in this respect, original Digital Illustrations, Cartoons, 2D Stop Frame Animations and photographs can be produced in-house.\r\n\r\nThis negates the need to control third party copyright permissions. Photo Editing and small Video Editing is undertaken too.','Types Of Illustrations','','publish','closed','open','','types-of-illustrations','','','2017-01-09 12:45:35','2017-01-09 12:45:35','',0,'http://jennylloyd.co.uk/?p=13',0,'post','',1),(14,1,'2017-01-09 12:45:28','2017-01-09 12:45:28','','chime balls','','inherit','open','closed','','chime-balls','','','2017-01-09 12:45:28','2017-01-09 12:45:28','',13,'http://jennylloyd.co.uk/wp-content/uploads/2017/01/chime-balls.jpg',0,'attachment','image/jpeg',0),(15,1,'2017-01-09 12:45:35','2017-01-09 12:45:35','You are probably reading this page because you need support with illustrations. J | L can help you by supplying the right written words and original supporting pictures to produce your publications.\r\n\r\nYour publishing requirements might include the creative, factual or technical writings of Articles, Blogs, Books, Booklets, Brochures, e-books, Presentations, Specifications and Web Sites (SEO).\r\n\r\nJ | L specialises in writing and illustrating all these types of publications.\r\n\r\nIn addition, more specific requirements can be handled such as Video Script writing, Newsletter copywriting, Product Technical writing, Business Letters writing, Case Study copy-writing, B2B and B2C written communications.\r\n\r\nWhatever your requirements, you might have the need for unique accompanying illustrations; in this respect, original Digital Illustrations, Cartoons, 2D Stop Frame Animations and photographs can be produced in-house.\r\n\r\nThis negates the need to control third party copyright permissions. Photo Editing and small Video Editing is undertaken too.','Types Of Illustrations','','inherit','closed','closed','','13-revision-v1','','','2017-01-09 12:45:35','2017-01-09 12:45:35','',13,'http://jennylloyd.co.uk/13-revision-v1',0,'revision','',0),(22,1,'2017-01-09 13:20:36','2017-01-09 13:20:36','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is on<a href=\"http://www.wrappz.com/cat/Faux-Leather-Coasters-set-of-4\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg\" alt=\"\" width=\"40%\" height=\"auto\" align=\"right\" /></a>e of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n<h3></h3>\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n<h3>The Difference In Our Products</h3>\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist.\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard. Find out <a href=\"http://jennylloyd.co.uk/about-j-l\">about J | L</a>.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.\r\n\r\n<span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px \'Helvetica Neue\',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;\">Save</span>\r\n\r\n<span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px \'Helvetica Neue\',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer; top: 355px; left: 1221px;\">Save</span>','Contemporary Illustration','','publish','closed','open','','accessibility','','http://jennylloyd.co.uk/types-of-illustrations\nhttp://jennylloyd.co.uk/get-in-touch\nhttp://jennylloyd.co.uk/art-prints','2017-02-21 15:48:49','2017-02-21 15:48:49','',0,'http://jennylloyd.co.uk/?p=22',0,'post','',1),(23,1,'2017-01-09 13:20:36','2017-01-09 13:20:36','Over time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n\r\nPersonalise Your Faux Leather\r\n\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is one of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n\r\nThese faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on.','Our Modern Prints','','inherit','closed','closed','','22-revision-v1','','','2017-01-09 13:20:36','2017-01-09 13:20:36','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(24,1,'2017-01-09 14:09:17','2017-01-09 14:09:17','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is on<a href=\"http://www.wrappz.com/cat/Faux-Leather-Coasters-set-of-4\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg\" alt=\"\" width=\"40%\" height=\"auto\" align=\"right\" /></a>e of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n<h3></h3>\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n<h3>The Difference In Our Products</h3>\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist.\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard. Find out <a href=\"http://jennylloyd.co.uk/about-j-l\">about J | L</a>.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.','Contemporary Illustration','','inherit','closed','closed','','22-autosave-v1','','','2017-01-09 14:09:17','2017-01-09 14:09:17','',22,'http://jennylloyd.co.uk/22-autosave-v1',0,'revision','',0),(25,1,'2017-01-09 13:30:16','2017-01-09 13:30:16','Over time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n\r\nPersonalise Your Faux Leather\r\n\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is one of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\" target=\"_blank\">faux leather products here</a>.\r\n\r\nThese faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on.','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-01-09 13:30:16','2017-01-09 13:30:16','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(26,1,'2017-01-09 13:33:52','2017-01-09 13:33:52','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is one of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-01-09 13:33:52','2017-01-09 13:33:52','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(27,1,'2017-01-09 13:34:48','2017-01-09 13:34:48','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is one of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-01-09 13:34:48','2017-01-09 13:34:48','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(28,1,'2017-01-09 13:35:48','2017-01-09 13:35:48','','wrappz coaster','','inherit','open','closed','','wrappz-coaster','','','2017-01-09 13:35:48','2017-01-09 13:35:48','',22,'http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg',0,'attachment','image/jpeg',0),(29,1,'2017-01-09 13:37:42','2017-01-09 13:37:42','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is one of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n<h3><a href=\"http://www.wrappz.com/cat/Faux-Leather-Coasters-set-of-4\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg\" alt=\"\" width=\"50%\" height=\"auto\" align=\"right\" /></a></h3>\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-01-09 13:37:42','2017-01-09 13:37:42','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(30,1,'2017-01-09 13:38:31','2017-01-09 13:38:31','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is one of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n<h3><a href=\"http://www.wrappz.com/cat/Faux-Leather-Coasters-set-of-4\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg\" alt=\"\" width=\"50%\" height=\"auto\" align=\"right\" /></a></h3>\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist.\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard. Find out <a href=\"http://jennylloyd.co.uk/about-j-l\">about J | L</a>.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-01-09 13:38:31','2017-01-09 13:38:31','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(31,1,'2017-01-09 13:41:06','2017-01-09 13:41:06','','girl book','','inherit','open','closed','','girl-book','','','2017-01-09 13:41:06','2017-01-09 13:41:06','',22,'http://jennylloyd.co.uk/wp-content/uploads/2017/01/girl-book.jpg',0,'attachment','image/jpeg',0),(33,1,'2017-01-09 13:43:04','2017-01-09 13:43:04','','Home','','publish','closed','closed','','home','','','2017-06-30 11:39:49','2017-06-30 11:39:49','',0,'http://jennylloyd.co.uk/home',1,'nav_menu_item','',0),(36,1,'2017-01-09 13:43:04','2017-01-09 13:43:04','','Contemporary','','publish','closed','closed','','36','','','2017-06-30 11:39:49','2017-06-30 11:39:49','',0,'http://jennylloyd.co.uk/36',2,'nav_menu_item','',0),(40,1,'2017-01-09 13:43:06','2017-01-09 13:43:06',' ','','','publish','closed','closed','','40','','','2017-06-30 11:39:49','2017-06-30 11:39:49','',0,'http://jennylloyd.co.uk/40',3,'nav_menu_item','',0),(41,1,'2017-01-09 13:43:06','2017-01-09 13:43:06',' ','','','publish','closed','closed','','41','','','2017-06-30 11:39:49','2017-06-30 11:39:49','',0,'http://jennylloyd.co.uk/41',4,'nav_menu_item','',0),(50,1,'2017-01-09 13:53:34','2017-01-09 13:53:34',' ','','','publish','closed','closed','','50','','','2017-01-09 13:53:34','2017-01-09 13:53:34','',0,'http://jennylloyd.co.uk/50',4,'nav_menu_item','',0),(51,1,'2017-01-09 13:53:34','2017-01-09 13:53:34',' ','','','publish','closed','closed','','51','','','2017-01-09 13:53:34','2017-01-09 13:53:34','',0,'http://jennylloyd.co.uk/51',5,'nav_menu_item','',0),(53,1,'2016-01-09 13:54:43','2016-01-09 13:54:43','London Art Exhibitions','London Art Exhibitions','','publish','closed','open','','london-art-exhibitions','','','2017-01-09 13:54:57','2017-01-09 13:54:57','',0,'http://jennylloyd.co.uk/?p=53',0,'post','',0),(54,1,'2017-01-09 13:54:30','2017-01-09 13:54:30','','looking at art','','inherit','open','closed','','looking-at-art','','','2017-01-09 13:54:30','2017-01-09 13:54:30','',53,'http://jennylloyd.co.uk/wp-content/uploads/2017/01/looking-at-art.jpg',0,'attachment','image/jpeg',0),(55,1,'2017-01-09 13:54:43','2017-01-09 13:54:43','London Art Exhibitions','London Art Exhibitions','','inherit','closed','closed','','53-revision-v1','','','2017-01-09 13:54:43','2017-01-09 13:54:43','',53,'http://jennylloyd.co.uk/53-revision-v1',0,'revision','',0),(56,1,'2016-01-09 13:56:09','2016-01-09 13:56:09','Illustration Example','Illustration Example','','publish','closed','open','','illustration-example','','','2017-01-09 13:56:20','2017-01-09 13:56:20','',0,'http://jennylloyd.co.uk/?p=56',0,'post','',0),(57,1,'2017-01-09 13:56:04','2017-01-09 13:56:04','','Illustration Example','','inherit','open','closed','','illustration-example','','','2017-01-09 13:56:04','2017-01-09 13:56:04','',56,'http://jennylloyd.co.uk/wp-content/uploads/2017/01/Illustration-Example.jpg',0,'attachment','image/jpeg',0),(58,1,'2017-01-09 13:56:09','2017-01-09 13:56:09','Illustration Example','Illustration Example','','inherit','closed','closed','','56-revision-v1','','','2017-01-09 13:56:09','2017-01-09 13:56:09','',56,'http://jennylloyd.co.uk/56-revision-v1',0,'revision','',0),(61,1,'2017-01-09 14:07:40','2017-01-09 14:07:40','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is on<a href=\"http://www.wrappz.com/cat/Faux-Leather-Coasters-set-of-4\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg\" alt=\"\" width=\"40%\" height=\"auto\" align=\"right\" /></a>e of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n<h3></h3>\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist.\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard. Find out <a href=\"http://jennylloyd.co.uk/about-j-l\">about J | L</a>.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-01-09 14:07:40','2017-01-09 14:07:40','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(62,1,'2017-01-09 14:08:57','2017-01-09 14:08:57','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is on<a href=\"http://www.wrappz.com/cat/Faux-Leather-Coasters-set-of-4\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg\" alt=\"\" width=\"40%\" height=\"auto\" align=\"right\" /></a>e of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n<h3></h3>\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n<h3>The Difference In Our Products</h3>\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist.\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard. Find out <a href=\"http://jennylloyd.co.uk/about-j-l\">about J | L</a>.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-01-09 14:08:57','2017-01-09 14:08:57','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(63,1,'2017-01-13 09:04:07','2017-01-13 09:04:07','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is on<a href=\"http://www.wrappz.com/cat/Faux-Leather-Coasters-set-of-4\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg\" alt=\"\" width=\"40%\" height=\"auto\" align=\"right\" /></a>e of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n<h3></h3>\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n<h3>The Difference In Our Products</h3>\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist.\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard. Find out <a href=\"http://jennylloyd.co.uk/about-j-l\">about J | L</a>.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.\r\n\r\n<span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px \'Helvetica Neue\',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;\">Save</span>','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-01-13 09:04:07','2017-01-13 09:04:07','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(87,1,'2017-01-13 09:07:19','2017-01-13 09:07:19','','JennyLloyd-TearSheet.pdf','','publish','closed','closed','','jennylloyd-tearsheet-pdf','','','2017-01-13 09:07:19','2017-01-13 09:07:19','',0,'http://jennylloyd.co.uk/jennylloyd-tearsheet-pdf',15,'page','',0),(93,1,'2017-01-13 15:35:48','2017-01-13 15:35:48','','logo_LRG','','inherit','open','closed','','logo_lrg','','','2017-01-13 15:35:48','2017-01-13 15:35:48','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/01/logo_LRG.png',0,'attachment','image/png',0),(94,1,'2017-01-13 15:35:52','2017-01-13 15:35:52','http://jennylloyd.co.uk/wp-content/uploads/2017/01/cropped-logo_LRG.png','cropped-logo_LRG.png','','inherit','open','closed','','cropped-logo_lrg-png','','','2017-01-13 15:35:52','2017-01-13 15:35:52','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/01/cropped-logo_LRG.png',0,'attachment','image/png',0),(96,1,'2017-01-13 15:36:25','2017-01-13 15:36:25','http://jennylloyd.co.uk/wp-content/uploads/2017/01/cropped-logo_LRG-1.png','cropped-logo_LRG-1.png','','inherit','open','closed','','cropped-logo_lrg-1-png','','','2017-01-13 15:36:25','2017-01-13 15:36:25','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/01/cropped-logo_LRG-1.png',0,'attachment','image/png',0),(104,1,'2017-02-21 15:47:30','2017-02-21 15:47:30','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is on<a href=\"http://www.wrappz.com/cat/Faux-Leather-Coasters-set-of-4\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg\" alt=\"\" width=\"40%\" height=\"auto\" align=\"right\" /></a>e of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n<h3></h3>\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n<h3>The Difference In Our Products</h3>\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist.\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard. Find out <a href=\"http://jennylloyd.co.uk/about-j-l\">about J | L</a>.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.\r\n\r\n<span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px \'Helvetica Neue\',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;\">Save</span>','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-02-21 15:47:30','2017-02-21 15:47:30','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(105,1,'2017-02-21 15:48:49','2017-02-21 15:48:49','Contemporary illustration has come about in recent years as illustrators have devised ways that deviate away from the traditional methods and processes of illustration. See: <a href=\"http://jennylloyd.co.uk/types-of-illustrations\">other types of illustration</a>.\r\n\r\nUs illustrators have started to used modern techniques, tools and materials to create our work.\r\n\r\nAs our work has been more in demand, this means we have had to decide plans to create our work in a much more efficient way. You can view our <a href=\"http://jennylloyd.co.uk/art-prints\">art prints</a> using traditonal methods.\r\n\r\nThe styles that are created during these modern ideals always depend on the subject and product that is being created, meaning there is not one specific style created and we can meet many requirements with our new methods.\r\n<h2>See Our Latest Piece Of Contemporary Illustration</h2>\r\nOver time, things change. This can be anything from art work to our illustrations. As other products are in higher demand compared to our old products, we have decided to expand what we sell, hoping to please everybody.\r\n<h3>Personalise Your Faux Leather</h3>\r\nOur newest and most anticipated products are now printed on leather. This was something that required a lot of work to be put in it, but the end result is on<a href=\"http://www.wrappz.com/cat/Faux-Leather-Coasters-set-of-4\" target=\"_blank\"><img style=\"margin: 10px;\" src=\"http://jennylloyd.co.uk/wp-content/uploads/2017/01/wrappz-coaster.jpg\" alt=\"\" width=\"40%\" height=\"auto\" align=\"right\" /></a>e of the best that J | L has completed.\r\n\r\nYou can shop our range of <a href=\"http://www.wrappz.com/cat/faux-leather-gifts\">faux leather products here</a>.\r\n<h3></h3>\r\nThis faux leather were inspired by the massive trend up-rise that we have seen lately, as well as quite a few enquires wondering if we had any in stock.\r\n<h3>The Difference In Our Products</h3>\r\nBut, whilst we didn’t want to follow the trend as such, our products have a twist.\r\n\r\nYou can add any photo of your choice to these products, meaning you are customising your required product to your standard. Find out <a href=\"http://jennylloyd.co.uk/about-j-l\">about J | L</a>.\r\n\r\nThese are made from the finest materials to mimic leather products, whilst being animal friendly. Guaranteed to last you a lifetime, they are products you can’t miss out on. <a href=\"http://jennylloyd.co.uk/get-in-touch\">Contact us </a>for more products.\r\n\r\n<span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px \'Helvetica Neue\',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer;\">Save</span>\r\n\r\n<span style=\"border-radius: 2px; text-indent: 20px; width: auto; padding: 0px 4px 0px 0px; text-align: center; font: bold 11px/20px \'Helvetica Neue\',Helvetica,sans-serif; color: #ffffff; background: #bd081c no-repeat scroll 3px 50% / 14px 14px; position: absolute; opacity: 1; z-index: 8675309; display: none; cursor: pointer; top: 355px; left: 1221px;\">Save</span>','Contemporary Illustration','','inherit','closed','closed','','22-revision-v1','','','2017-02-21 15:48:49','2017-02-21 15:48:49','',22,'http://jennylloyd.co.uk/22-revision-v1',0,'revision','',0),(107,1,'2017-03-27 13:01:36','2017-03-27 13:01:36','An illustrator can work with a range of different companies that are all in different industries, some of our favourite illustration work has been for the fashion and beauty market. This means illustrators can be creative in the work they do as the field is constantly changing so they have to adjust to the latest trends. <a href=\"http://jennylloyd.co.uk/accessibility\">Discover illustration art</a>.\r\n\r\nOur favourite beauty/fashion businesses in London have been listed below and we hope to work with them in the near future.\r\n<h2>Starting your own business in beauty</h2>\r\nNatural Enhancement is a training provider for semi permanent makeup. Their courses are accredited and are taught by leading industry influencers so they can pass on the most advanced skills.\r\n\r\nYou too can join a fast, yet personal training course today. Many programmes also involve advice on how to start your own business. <a href=\"http://www.naturalenhancement.co.uk/micropigmentation-training-business-class\" target=\"_blank\">Click here</a>.\r\n\r\nTheir creative technicians have innovative technical skills to work with the latest technology to produce results that their clients will love.\r\n<h2>The tinder for shoes</h2>\r\nStylect is a fashion companies that aims to make the process of buying clothes and shoes much easier. An app has been generated to help women find the perfect shoes for any occasion. <a href=\"https://www.stylect.com/gb/?\" target=\"_blank\">Shop today</a>.\r\n\r\nThe founders have combined several products together from a range of websites that the customer has set as their preference. Regular users are able to keep track of the products and buy the ones that catch their eye.\r\n\r\nThe app is full of fun features, for example, if they have previously rated a product as ‘love’ they will receive a notification from Stylect informing them that it has gone on sale. <a href=\"https://itunes.apple.com/gb/app/stylect-find-your-perfect-shoes/id740871893?mt=8\" target=\"_blank\">Download here</a>.\r\n<h2>Luxury nights away</h2>\r\nCapital Spas offer luxury parties and treatments throughout the UK. As well as this, they offer their customer advice on beauty treatments such as what is involved and what is suitable for each person. <a href=\"http://capital-spas.co.uk/contact-us\" target=\"_blank\">Contact them here</a>.\r\n\r\nEach package spa deal is bespoke to their client and the needs of their customer. All of the locations selected have been handpicked due to their quality, professionalism and services. Alternatively, <a href=\"http://jennylloyd.co.uk/get-in-touch\">contact us</a>.','Successful Fashion & Beauty Businesses','','publish','closed','open','','successful-fashion-beauty-businesses','','http://jennylloyd.co.uk/accessibility\nhttp://jennylloyd.co.uk/get-in-touch','2017-03-27 13:06:13','2017-03-27 13:06:13','',0,'http://jennylloyd.co.uk/?p=107',0,'post','',0),(109,1,'2017-03-27 13:01:28','2017-03-27 13:01:28','','fashion','','inherit','open','closed','','fashion','','','2017-03-27 13:01:28','2017-03-27 13:01:28','',107,'http://jennylloyd.co.uk/wp-content/uploads/2017/03/fashion.jpg',0,'attachment','image/jpeg',0),(110,1,'2017-03-27 13:01:36','2017-03-27 13:01:36','An illustrator can work with a range of different companies that are all in different industries, some of our favourite illustration work has been for the fashion and beauty market. This means illustrators can be creative in the work they do as the field is constantly changing so they have to adjust to the latest trends.\r\n\r\nOur favourite beauty/fashion businesses in London have been listed below and we hope to work with them in the near future.\r\n\r\n \r\n\r\nNatural Enhancement is a training provider for semi permanent makeup. Their courses are accredited and are taught by leading industry influencers so they can pass on the most advanced skills.\r\n\r\nYou too can join a fast, yet personal training course today. Many programmes also involve advice on how to start your own business. <a href=\"http://www.naturalenhancement.co.uk/micropigmentation-training-business-class\" target=\"_blank\">Click here</a>.\r\n\r\nTheir creative technicians have innovative technical skills to work with the latest technology to produce results that their clients will love.\r\n<h2>The tinder for shoes</h2>\r\nStylect is a fashion companies that aims to make the process of buying clothes and shoes much easier. An app has been generated to help women find the perfect shoes for any occasion. <a href=\"https://www.stylect.com/gb/?\" target=\"_blank\">Shop today</a>.\r\n\r\nThe founders have combined several products together from a range of websites that the customer has set as their preference. Regular users are able to keep track of the products and buy the ones that catch their eye.\r\n\r\nThe app is full of fun features, for example, if they have previously rated a product as ‘love’ they will receive a notification from Stylect informing them that it has gone on sale. Another feature is a geolocation add-on. It will let them know if a product is selling in a nearby store. <a href=\"https://itunes.apple.com/gb/app/stylect-find-your-perfect-shoes/id740871893?mt=8\" target=\"_blank\">Download here</a>.\r\n<h2>Luxury nights away</h2>\r\nCapital Spas offer luxury parties and treatments throughout the UK. As well as this, they offer their customer advice on beauty treatments such as what is involved and what is suitable for each person. <a href=\"http://capital-spas.co.uk/contact-us\" target=\"_blank\">Contact them here</a>.\r\n\r\nEach package spa deal is bespoke to their client and the needs of their customer. All of the locations selected have been handpicked due to their quality, professionalism and services.','Successful Fashion & Beauty Businesses','','inherit','closed','closed','','107-revision-v1','','','2017-03-27 13:01:36','2017-03-27 13:01:36','',107,'http://jennylloyd.co.uk/107-revision-v1',0,'revision','',0),(111,1,'2017-03-27 13:03:00','2017-03-27 13:03:00','An illustrator can work with a range of different companies that are all in different industries, some of our favourite illustration work has been for the fashion and beauty market. This means illustrators can be creative in the work they do as the field is constantly changing so they have to adjust to the latest trends.\r\n\r\nOur favourite beauty/fashion businesses in London have been listed below and we hope to work with them in the near future.\r\n<h2>Starting your own business in beauty</h2>\r\nNatural Enhancement is a training provider for semi permanent makeup. Their courses are accredited and are taught by leading industry influencers so they can pass on the most advanced skills.\r\n\r\nYou too can join a fast, yet personal training course today. Many programmes also involve advice on how to start your own business. <a href=\"http://www.naturalenhancement.co.uk/micropigmentation-training-business-class\" target=\"_blank\">Click here</a>.\r\n\r\nTheir creative technicians have innovative technical skills to work with the latest technology to produce results that their clients will love.\r\n<h2>The tinder for shoes</h2>\r\nStylect is a fashion companies that aims to make the process of buying clothes and shoes much easier. An app has been generated to help women find the perfect shoes for any occasion. <a href=\"https://www.stylect.com/gb/?\" target=\"_blank\">Shop today</a>.\r\n\r\nThe founders have combined several products together from a range of websites that the customer has set as their preference. Regular users are able to keep track of the products and buy the ones that catch their eye.\r\n\r\nThe app is full of fun features, for example, if they have previously rated a product as ‘love’ they will receive a notification from Stylect informing them that it has gone on sale. Another feature is a geolocation add-on. It will let them know if a product is selling in a nearby store. <a href=\"https://itunes.apple.com/gb/app/stylect-find-your-perfect-shoes/id740871893?mt=8\" target=\"_blank\">Download here</a>.\r\n<h2>Luxury nights away</h2>\r\nCapital Spas offer luxury parties and treatments throughout the UK. As well as this, they offer their customer advice on beauty treatments such as what is involved and what is suitable for each person. <a href=\"http://capital-spas.co.uk/contact-us\" target=\"_blank\">Contact them here</a>.\r\n\r\nEach package spa deal is bespoke to their client and the needs of their customer. All of the locations selected have been handpicked due to their quality, professionalism and services.','Successful Fashion & Beauty Businesses','','inherit','closed','closed','','107-revision-v1','','','2017-03-27 13:03:00','2017-03-27 13:03:00','',107,'http://jennylloyd.co.uk/107-revision-v1',0,'revision','',0),(112,1,'2017-03-27 13:03:20','2017-03-27 13:03:20','An illustrator can work with a range of different companies that are all in different industries, some of our favourite illustration work has been for the fashion and beauty market. This means illustrators can be creative in the work they do as the field is constantly changing so they have to adjust to the latest trends.\r\n\r\nOur favourite beauty/fashion businesses in London have been listed below and we hope to work with them in the near future.\r\n<h2>Starting your own business in beauty</h2>\r\nNatural Enhancement is a training provider for semi permanent makeup. Their courses are accredited and are taught by leading industry influencers so they can pass on the most advanced skills.\r\n\r\nYou too can join a fast, yet personal training course today. Many programmes also involve advice on how to start your own business. <a href=\"http://www.naturalenhancement.co.uk/micropigmentation-training-business-class\" target=\"_blank\">Click here</a>.\r\n\r\nTheir creative technicians have innovative technical skills to work with the latest technology to produce results that their clients will love.\r\n<h2>The tinder for shoes</h2>\r\nStylect is a fashion companies that aims to make the process of buying clothes and shoes much easier. An app has been generated to help women find the perfect shoes for any occasion. <a href=\"https://www.stylect.com/gb/?\" target=\"_blank\">Shop today</a>.\r\n\r\nThe founders have combined several products together from a range of websites that the customer has set as their preference. Regular users are able to keep track of the products and buy the ones that catch their eye.\r\n\r\nThe app is full of fun features, for example, if they have previously rated a product as ‘love’ they will receive a notification from Stylect informing them that it has gone on sale. <a href=\"https://itunes.apple.com/gb/app/stylect-find-your-perfect-shoes/id740871893?mt=8\" target=\"_blank\">Download here</a>.\r\n<h2>Luxury nights away</h2>\r\nCapital Spas offer luxury parties and treatments throughout the UK. As well as this, they offer their customer advice on beauty treatments such as what is involved and what is suitable for each person. <a href=\"http://capital-spas.co.uk/contact-us\" target=\"_blank\">Contact them here</a>.\r\n\r\nEach package spa deal is bespoke to their client and the needs of their customer. All of the locations selected have been handpicked due to their quality, professionalism and services.','Successful Fashion & Beauty Businesses','','inherit','closed','closed','','107-revision-v1','','','2017-03-27 13:03:20','2017-03-27 13:03:20','',107,'http://jennylloyd.co.uk/107-revision-v1',0,'revision','',0),(113,1,'2017-03-27 13:06:18','2017-03-27 13:06:18','An illustrator can work with a range of different companies that are all in different industries, some of our favourite illustration work has been for the fashion and beauty market. This means illustrators can be creative in the work they do as the field is constantly changing so they have to adjust to the latest trends. <a href=\"http://jennylloyd.co.uk/accessibility\">Discover illustration art</a>.\n\nOur favourite beauty/fashion businesses in London have been listed below and we hope to work with them in the near future.\n<h2>Starting your own business in beauty</h2>\nNatural Enhancement is a training provider for semi permanent makeup. Their courses are accredited and are taught by leading industry influencers so they can pass on the most advanced skills.\n\nYou too can join a fast, yet personal training course today. Many programmes also involve advice on how to start your own business. <a href=\"http://www.naturalenhancement.co.uk/micropigmentation-training-business-class\" target=\"_blank\">Click here</a>.\n\nTheir creative technicians have innovative technical skills to work with the latest technology to produce results that their clients will love.\n<h2>The tinder for shoes</h2>\nStylect is a fashion companies that aims to make the process of buying clothes and shoes much easier. An app has been generated to help women find the perfect shoes for any occasion. <a href=\"https://www.stylect.com/gb/?\" target=\"_blank\">Shop today</a>.\n\nThe founders have combined several products together from a range of websites that the customer has set as their preference. Regular users are able to keep track of the products and buy the ones that catch their eye.\n\nThe app is full of fun features, for example, if they have previously rated a product as ‘love’ they will receive a notification from Stylect informing them that it has gone on sale. <a href=\"https://itunes.apple.com/gb/app/stylect-find-your-perfect-shoes/id740871893?mt=8\" target=\"_blank\">Download here</a>.\n<h2>Luxury nights away</h2>\nCapital Spas offer luxury parties and treatments throughout the UK. As well as this, they offer their customer advice on beauty treatments such as what is involved and what is suitable for each person. <a href=\"http://capital-spas.co.uk/contact-us\" target=\"_blank\">Contact them here</a>.\n\nEach package spa deal is bespoke to their client and the needs of their customer. All of the locations selected have been handpicked due to their quality, professionalism and services. Alternatively, <a href=\"http://jennylloyd.co.uk/get-in-touch\">contact us</a>.','Successful Fashion & Beauty Businesses','','inherit','closed','closed','','107-autosave-v1','','','2017-03-27 13:06:18','2017-03-27 13:06:18','',107,'http://jennylloyd.co.uk/107-autosave-v1',0,'revision','',0),(114,1,'2017-03-27 13:05:39','2017-03-27 13:05:39','An illustrator can work with a range of different companies that are all in different industries, some of our favourite illustration work has been for the fashion and beauty market. This means illustrators can be creative in the work they do as the field is constantly changing so they have to adjust to the latest trends. <a href=\"http://jennylloyd.co.uk/accessibility\">Discover illustration art</a>.\r\n\r\nOur favourite beauty/fashion businesses in London have been listed below and we hope to work with them in the near future.\r\n<h2>Starting your own business in beauty</h2>\r\nNatural Enhancement is a training provider for semi permanent makeup. Their courses are accredited and are taught by leading industry influencers so they can pass on the most advanced skills.\r\n\r\nYou too can join a fast, yet personal training course today. Many programmes also involve advice on how to start your own business. <a href=\"http://www.naturalenhancement.co.uk/micropigmentation-training-business-class\" target=\"_blank\">Click here</a>.\r\n\r\nTheir creative technicians have innovative technical skills to work with the latest technology to produce results that their clients will love.\r\n<h2>The tinder for shoes</h2>\r\nStylect is a fashion companies that aims to make the process of buying clothes and shoes much easier. An app has been generated to help women find the perfect shoes for any occasion. <a href=\"https://www.stylect.com/gb/?\" target=\"_blank\">Shop today</a>.\r\n\r\nThe founders have combined several products together from a range of websites that the customer has set as their preference. Regular users are able to keep track of the products and buy the ones that catch their eye.\r\n\r\nThe app is full of fun features, for example, if they have previously rated a product as ‘love’ they will receive a notification from Stylect informing them that it has gone on sale. <a href=\"https://itunes.apple.com/gb/app/stylect-find-your-perfect-shoes/id740871893?mt=8\" target=\"_blank\">Download here</a>.\r\n<h2>Luxury nights away</h2>\r\nCapital Spas offer luxury parties and treatments throughout the UK. As well as this, they offer their customer advice on beauty treatments such as what is involved and what is suitable for each person. <a href=\"http://capital-spas.co.uk/contact-us\" target=\"_blank\">Contact them here</a>.\r\n\r\nEach package spa deal is bespoke to their client and the needs of their customer. All of the locations selected have been handpicked due to their quality, professionalism and services.','Successful Fashion & Beauty Businesses','','inherit','closed','closed','','107-revision-v1','','','2017-03-27 13:05:39','2017-03-27 13:05:39','',107,'http://jennylloyd.co.uk/107-revision-v1',0,'revision','',0),(115,1,'2017-03-27 13:06:13','2017-03-27 13:06:13','An illustrator can work with a range of different companies that are all in different industries, some of our favourite illustration work has been for the fashion and beauty market. This means illustrators can be creative in the work they do as the field is constantly changing so they have to adjust to the latest trends. <a href=\"http://jennylloyd.co.uk/accessibility\">Discover illustration art</a>.\r\n\r\nOur favourite beauty/fashion businesses in London have been listed below and we hope to work with them in the near future.\r\n<h2>Starting your own business in beauty</h2>\r\nNatural Enhancement is a training provider for semi permanent makeup. Their courses are accredited and are taught by leading industry influencers so they can pass on the most advanced skills.\r\n\r\nYou too can join a fast, yet personal training course today. Many programmes also involve advice on how to start your own business. <a href=\"http://www.naturalenhancement.co.uk/micropigmentation-training-business-class\" target=\"_blank\">Click here</a>.\r\n\r\nTheir creative technicians have innovative technical skills to work with the latest technology to produce results that their clients will love.\r\n<h2>The tinder for shoes</h2>\r\nStylect is a fashion companies that aims to make the process of buying clothes and shoes much easier. An app has been generated to help women find the perfect shoes for any occasion. <a href=\"https://www.stylect.com/gb/?\" target=\"_blank\">Shop today</a>.\r\n\r\nThe founders have combined several products together from a range of websites that the customer has set as their preference. Regular users are able to keep track of the products and buy the ones that catch their eye.\r\n\r\nThe app is full of fun features, for example, if they have previously rated a product as ‘love’ they will receive a notification from Stylect informing them that it has gone on sale. <a href=\"https://itunes.apple.com/gb/app/stylect-find-your-perfect-shoes/id740871893?mt=8\" target=\"_blank\">Download here</a>.\r\n<h2>Luxury nights away</h2>\r\nCapital Spas offer luxury parties and treatments throughout the UK. As well as this, they offer their customer advice on beauty treatments such as what is involved and what is suitable for each person. <a href=\"http://capital-spas.co.uk/contact-us\" target=\"_blank\">Contact them here</a>.\r\n\r\nEach package spa deal is bespoke to their client and the needs of their customer. All of the locations selected have been handpicked due to their quality, professionalism and services. Alternatively, <a href=\"http://jennylloyd.co.uk/get-in-touch\">contact us</a>.','Successful Fashion & Beauty Businesses','','inherit','closed','closed','','107-revision-v1','','','2017-03-27 13:06:13','2017-03-27 13:06:13','',107,'http://jennylloyd.co.uk/107-revision-v1',0,'revision','',0),(117,1,'2017-03-27 13:08:18','2017-03-27 13:08:18','','Fashion & Beauty','','publish','closed','closed','','fashion-beauty','','','2017-06-30 11:39:49','2017-06-30 11:39:49','',0,'http://jennylloyd.co.uk/fashion-beauty',5,'nav_menu_item','',0),(121,1,'2017-06-30 11:27:18','2017-06-30 11:27:18','','Brick_Lane_street_signs','','inherit','open','open','','brick_lane_street_signs','','','2017-06-30 11:27:18','2017-06-30 11:27:18','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/Brick_Lane_street_signs.jpg',0,'attachment','image/jpeg',0),(122,1,'2017-06-30 11:27:18','2017-06-30 11:27:18','','images','','inherit','open','open','','images-2','','','2017-06-30 11:27:18','2017-06-30 11:27:18','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/images.jpeg',0,'attachment','image/jpeg',0),(123,1,'2017-06-30 11:27:19','2017-06-30 11:27:19','','London Nears Gridlock','','inherit','open','open','','london-nears-gridlock','','','2017-06-30 11:27:19','2017-06-30 11:27:19','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/London-Nears-Gridlock.jpg',0,'attachment','image/jpeg',0),(124,1,'2017-06-30 11:27:25','2017-06-30 11:27:25','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','open','','olympus-digital-camera','','','2017-06-30 11:27:25','2017-06-30 11:27:25','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/London_from_a_hot_air_balloon.jpg',0,'attachment','image/jpeg',0),(125,1,'2017-06-30 11:27:28','2017-06-30 11:27:28','','Palace_of_Westminster,_London_-_Feb_2007','','inherit','open','open','','palace_of_westminster_london_-_feb_2007','','','2017-06-30 11:27:28','2017-06-30 11:27:28','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/Palace_of_Westminster_London_-_Feb_2007.jpg',0,'attachment','image/jpeg',0),(126,1,'2017-06-30 11:27:29','2017-06-30 11:27:29','','paper-chain family in cupped hands','','inherit','open','open','','paper-chain-family-in-cupped-hands','','','2017-06-30 11:27:29','2017-06-30 11:27:29','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/paper-chain-family-in-cup-008.jpg',0,'attachment','image/jpeg',0),(131,1,'2017-06-30 11:35:14','2017-06-30 11:35:14','','1x1-fixed-opener','','inherit','open','open','','1x1-fixed-opener','','','2017-06-30 11:35:14','2017-06-30 11:35:14','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/1x1-fixed-opener.jpg',0,'attachment','image/jpeg',0),(132,1,'2017-06-30 11:35:15','2017-06-30 11:35:15','','1x28-fixed-skylight','','inherit','open','open','','1x28-fixed-skylight','','','2017-06-30 11:35:15','2017-06-30 11:35:15','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/1x28-fixed-skylight.jpg',0,'attachment','image/jpeg',0),(133,1,'2017-06-30 11:35:15','2017-06-30 11:35:15','','2x1-fixed-opener-skylights','','inherit','open','open','','2x1-fixed-opener-skylights','','','2017-06-30 11:35:15','2017-06-30 11:35:15','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/2x1-fixed-opener-skylights.jpg',0,'attachment','image/jpeg',0),(134,1,'2017-06-30 11:35:16','2017-06-30 11:35:16','','3-rooflights','','inherit','open','open','','3-rooflights','','','2017-06-30 11:35:16','2017-06-30 11:35:16','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/3-rooflights.jpg',0,'attachment','image/jpeg',0),(135,1,'2017-06-30 11:35:16','2017-06-30 11:35:16','','4-2x1-fixed-rooflights','','inherit','open','open','','4-2x1-fixed-rooflights','','','2017-06-30 11:35:16','2017-06-30 11:35:16','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/4-2x1-fixed-rooflights.jpg',0,'attachment','image/jpeg',0),(136,1,'2017-06-30 11:35:17','2017-06-30 11:35:17','','600x2400-stock-rooflight-1','','inherit','open','open','','600x2400-stock-rooflight-1','','','2017-06-30 11:35:17','2017-06-30 11:35:17','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/600x2400-stock-rooflight-1.jpg',0,'attachment','image/jpeg',0),(137,1,'2017-06-30 11:35:17','2017-06-30 11:35:17','','access-rooflight-top','','inherit','open','open','','access-rooflight-top','','','2017-06-30 11:35:17','2017-06-30 11:35:17','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/access-rooflight-top.jpg',0,'attachment','image/jpeg',0),(138,1,'2017-06-30 11:35:18','2017-06-30 11:35:18','','closeup-walkon','','inherit','open','open','','closeup-walkon','','','2017-06-30 11:35:18','2017-06-30 11:35:18','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/closeup-walkon.jpg',0,'attachment','image/jpeg',0),(139,1,'2017-06-30 11:35:18','2017-06-30 11:35:18','','kitchen-skylights','','inherit','open','open','','kitchen-skylights','','','2017-06-30 11:35:18','2017-06-30 11:35:18','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/kitchen-skylights.jpg',0,'attachment','image/jpeg',0),(140,1,'2017-06-30 11:35:19','2017-06-30 11:35:19','','large-rooflight','','inherit','open','open','','large-rooflight','','','2017-06-30 11:35:19','2017-06-30 11:35:19','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/large-rooflight.jpg',0,'attachment','image/jpeg',0),(141,1,'2017-06-30 11:35:19','2017-06-30 11:35:19','','modern-2-rooflights','','inherit','open','open','','modern-2-rooflights','','','2017-06-30 11:35:19','2017-06-30 11:35:19','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/modern-2-rooflights.jpg',0,'attachment','image/jpeg',0),(142,1,'2017-06-30 11:35:20','2017-06-30 11:35:20','','modular-rooflight','','inherit','open','open','','modular-rooflight','','','2017-06-30 11:35:20','2017-06-30 11:35:20','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/modular-rooflight.jpg',0,'attachment','image/jpeg',0),(143,1,'2017-06-30 11:35:20','2017-06-30 11:35:20','','modular-rooflight-top','','inherit','open','open','','modular-rooflight-top','','','2017-06-30 11:35:20','2017-06-30 11:35:20','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/modular-rooflight-top.jpg',0,'attachment','image/jpeg',0),(144,1,'2017-06-30 11:35:20','2017-06-30 11:35:20','','opener-rooflight-pitch','','inherit','open','open','','opener-rooflight-pitch','','','2017-06-30 11:35:20','2017-06-30 11:35:20','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/opener-rooflight-pitch.jpg',0,'attachment','image/jpeg',0),(145,1,'2017-06-30 11:35:21','2017-06-30 11:35:21','','pitch-skylights','','inherit','open','open','','pitch-skylights','','','2017-06-30 11:35:21','2017-06-30 11:35:21','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/pitch-skylights.jpg',0,'attachment','image/jpeg',0),(146,1,'2017-06-30 11:35:21','2017-06-30 11:35:21','','rooflight-top','','inherit','open','open','','rooflight-top','','','2017-06-30 11:35:21','2017-06-30 11:35:21','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/rooflight-top.jpg',0,'attachment','image/jpeg',0),(147,1,'2017-06-30 11:35:22','2017-06-30 11:35:22','','rustic-rooflights','','inherit','open','open','','rustic-rooflights','','','2017-06-30 11:35:22','2017-06-30 11:35:22','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/rustic-rooflights.jpg',0,'attachment','image/jpeg',0),(148,1,'2017-06-30 11:35:22','2017-06-30 11:35:22','','skylights-london','','inherit','open','open','','skylights-london','','','2017-06-30 11:35:22','2017-06-30 11:35:22','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/skylights-london.jpg',0,'attachment','image/jpeg',0),(149,1,'2017-06-30 11:35:23','2017-06-30 11:35:23','','walkon-2x1','','inherit','open','open','','walkon-2x1','','','2017-06-30 11:35:23','2017-06-30 11:35:23','',0,'http://jennylloyd.co.uk/wp-content/uploads/2017/06/walkon-2x1.jpg',0,'attachment','image/jpeg',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,2,0),(13,3,0),(22,4,0),(33,5,0),(36,5,0),(40,5,0),(41,5,0),(50,7,0),(51,7,0),(53,8,0),(56,9,0),(107,10,0),(117,5,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext 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=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,1),(3,3,'category','',0,1),(4,4,'category','',0,1),(5,5,'nav_menu','',0,5),(6,6,'nav_menu','',0,0),(7,7,'nav_menu','',0,2),(8,8,'category','',0,1),(9,9,'category','',0,1),(10,10,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) 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=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Prints','prints',0),(3,'Illustrations','illustrations',0),(4,'Modern','modern',0),(5,'main','main',0),(6,'page','page',0),(7,'footer','footer',0),(8,'London Art Exhibitions','london-art-exhibitions',0),(9,'Illustration Example','illustration-example',0),(10,'Business','business',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_tm_taskmeta`
--
DROP TABLE IF EXISTS `wp_tm_taskmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_tm_taskmeta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`task_id` bigint(20) NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `meta_key` (`meta_key`(191)),
KEY `task_id` (`task_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_tm_taskmeta`
--
LOCK TABLES `wp_tm_taskmeta` WRITE;
/*!40000 ALTER TABLE `wp_tm_taskmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_tm_taskmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_tm_tasks`
--
DROP TABLE IF EXISTS `wp_tm_tasks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_tm_tasks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`type` varchar(300) NOT NULL,
`class_identifier` varchar(300) DEFAULT '0',
`attempts` int(11) DEFAULT 0,
`description` varchar(300) DEFAULT NULL,
`time_created` timestamp NOT NULL DEFAULT current_timestamp(),
`last_locked_at` bigint(20) DEFAULT 0,
`status` varchar(300) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_tm_tasks`
--
LOCK TABLES `wp_tm_tasks` WRITE;
/*!40000 ALTER TABLE `wp_tm_tasks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_tm_tasks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','jennylloyd'),(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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:1:{s:64:\"70ac4a5393b9f96a497167017a5a47090f3fc0979ed6a25a7e61bc581c66a0e2\";a:4:{s:10:\"expiration\";i:1623657450;s:2:\"ip\";s:11:\"37.188.32.3\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36\";s:5:\"login\";i:1623484650;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','150'),(17,1,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:724:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://jennylloyd.co.uk/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";s:10:\"981848b03e\";s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:693:\"<p>The <em>Head, Footer and Post Injections</em> plugin might cause issues when used in conjunction with Yoast SEO.</p><p>Both Yoast SEO and Head, Footer and Post Injections create OpenGraph output, which might make Facebook, Twitter, LinkedIn and other social networks use the wrong texts and images when your pages are being shared.<br/><br/><a class=\"button\" href=\"http://jennylloyd.co.uk/wp-admin/admin.php?page=wpseo_social#top#facebook\">Configure Yoast SEO\'s OpenGraph settings</a></p><a class=\"button button-primary\" href=\"plugins.php?action=deactivate&plugin=header-footer%2Fplugin.php&plugin_status=all&_wpnonce=564e6c40f9\">Deactivate Head, Footer and Post Injections</a> \";s:7:\"options\";a:8:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:47:\"wpseo-conflict-5aa325c8b33bca825f71915012fa5867\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:14:\"manage_options\";}s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:166:\"Don\'t miss your crawl errors: <a href=\"http://jennylloyd.co.uk/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(18,1,'last_login_time','2019-08-13 13:20:05'),(19,1,'wp_user-settings','libraryContent=browse&imgsize=full&editor=tinymce'),(20,1,'wp_user-settings-time','1498822749'),(21,1,'_yoast_wpseo_profile_updated','1486488755'),(22,1,'nav_menu_recently_edited','5'),(23,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\";}'),(24,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(25,1,'wpseo_title',''),(26,1,'wpseo_metadesc',''),(27,1,'wpseo_metakey',''),(28,1,'wpseo_excludeauthorsitemap',''),(29,1,'wpseo_content_analysis_disable',''),(30,1,'wpseo_keyword_analysis_disable',''),(31,1,'googleplus',''),(32,1,'twitter',''),(33,1,'facebook',''),(34,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"195.206.169.0\";}'),(35,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(36,2,'session_tokens','a:1:{s:64:\"0a2bf7657ffdd7f38a2a59aadbd2bb0ac16b03f251610023e221fac948cd4b19\";a:4:{s:10:\"expiration\";i:1616908115;s:2:\"ip\";s:14:\"213.164.204.90\";s:2:\"ua\";s:66:\"Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0\";s:5:\"login\";i:1616735315;}}'),(37,2,'wp_dashboard_quick_press_last_post_id','151');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','7c969755600b4ac5f713103a40236ee5','jennylloyd','zoe.allen@vanillacircus.co.uk','','2017-01-05 14:37:44','',0,'jennylloyd');
/*!40000 ALTER TABLE `wp_users` 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 2023-02-01 0:08:57