-- MySQL dump 10.9
--
-- Host: custsql-spro-ipg01.ipagemysql.com Database: wrd_nl33bd51a7
-- ------------------------------------------------------
-- Server version 5.5.36-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `8oid_6_commentmeta`
--
DROP TABLE IF EXISTS `8oid_6_commentmeta`;
CREATE TABLE `8oid_6_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,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_6_commentmeta`
--
/*!40000 ALTER TABLE `8oid_6_commentmeta` DISABLE KEYS */;
LOCK TABLES `8oid_6_commentmeta` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_6_commentmeta` ENABLE KEYS */;
--
-- Table structure for table `8oid_6_comments`
--
DROP TABLE IF EXISTS `8oid_6_comments`;
CREATE TABLE `8oid_6_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_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`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_6_comments`
--
/*!40000 ALTER TABLE `8oid_6_comments` DISABLE KEYS */;
LOCK TABLES `8oid_6_comments` WRITE;
INSERT INTO `8oid_6_comments` VALUES (1,1,'','','','','2013-11-28 20:53:02','2013-11-28 20:53:02','',0,'1','','',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_6_comments` ENABLE KEYS */;
--
-- Table structure for table `8oid_6_links`
--
DROP TABLE IF EXISTS `8oid_6_links`;
CREATE TABLE `8oid_6_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=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_6_links`
--
/*!40000 ALTER TABLE `8oid_6_links` DISABLE KEYS */;
LOCK TABLES `8oid_6_links` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_6_links` ENABLE KEYS */;
--
-- Table structure for table `8oid_6_options`
--
DROP TABLE IF EXISTS `8oid_6_options`;
CREATE TABLE `8oid_6_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(64) 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`)
) ENGINE=MyISAM AUTO_INCREMENT=104 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_6_options`
--
/*!40000 ALTER TABLE `8oid_6_options` DISABLE KEYS */;
LOCK TABLES `8oid_6_options` WRITE;
INSERT INTO `8oid_6_options` VALUES (1,'siteurl','http://touch.mitjo.com','yes'),(2,'blogname','Mitjo','yes'),(3,'blogdescription','Just another Mitjo Inc site','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','accounts@mitjo.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'links_recently_updated_prepend','<em>','yes'),(26,'links_recently_updated_append','</em>','yes'),(27,'links_recently_updated_time','120','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','','yes'),(36,'home','http://touch.mitjo.com','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','','no'),(44,'template','twentythirteen','yes'),(45,'stylesheet','twentythirteen','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','25824','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'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'),(83,'widget_text','a:0:{}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:0:{}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'8oid_6_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:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a: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:13:\"array_version\";i:3;}','yes'),(99,'WPLANG','','yes');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_6_options` ENABLE KEYS */;
--
-- Table structure for table `8oid_6_postmeta`
--
DROP TABLE IF EXISTS `8oid_6_postmeta`;
CREATE TABLE `8oid_6_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,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_6_postmeta`
--
/*!40000 ALTER TABLE `8oid_6_postmeta` DISABLE KEYS */;
LOCK TABLES `8oid_6_postmeta` WRITE;
INSERT INTO `8oid_6_postmeta` VALUES (1,2,'_wp_page_template','default');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_6_postmeta` ENABLE KEYS */;
--
-- Table structure for table `8oid_6_posts`
--
DROP TABLE IF EXISTS `8oid_6_posts`;
CREATE TABLE `8oid_6_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(20) 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`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_6_posts`
--
/*!40000 ALTER TABLE `8oid_6_posts` DISABLE KEYS */;
LOCK TABLES `8oid_6_posts` WRITE;
INSERT INTO `8oid_6_posts` VALUES (1,4,'2013-11-28 20:53:02','2013-11-28 20:53:02','Welcome to <a href=\"http://mitjo.com/sandbox/\">Mitjo Inc</a>. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2013-11-28 20:53:02','2013-11-28 20:53:02','',0,'http://touch.mitjo.com/?p=1',0,'post','',1),(2,4,'2013-11-28 20:53:02','2013-11-28 20:53:02','','Sample Page','','publish','open','open','','sample-page','','','2013-11-28 20:53:02','2013-11-28 20:53:02','',0,'http://touch.mitjo.com/?page_id=2',0,'page','',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_6_posts` ENABLE KEYS */;
--
-- Table structure for table `8oid_6_term_relationships`
--
DROP TABLE IF EXISTS `8oid_6_term_relationships`;
CREATE TABLE `8oid_6_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=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_6_term_relationships`
--
/*!40000 ALTER TABLE `8oid_6_term_relationships` DISABLE KEYS */;
LOCK TABLES `8oid_6_term_relationships` WRITE;
INSERT INTO `8oid_6_term_relationships` VALUES (1,1,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_6_term_relationships` ENABLE KEYS */;
--
-- Table structure for table `8oid_6_term_taxonomy`
--
DROP TABLE IF EXISTS `8oid_6_term_taxonomy`;
CREATE TABLE `8oid_6_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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_6_term_taxonomy`
--
/*!40000 ALTER TABLE `8oid_6_term_taxonomy` DISABLE KEYS */;
LOCK TABLES `8oid_6_term_taxonomy` WRITE;
INSERT INTO `8oid_6_term_taxonomy` VALUES (1,1,'category','',0,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_6_term_taxonomy` ENABLE KEYS */;
--
-- Table structure for table `8oid_6_terms`
--
DROP TABLE IF EXISTS `8oid_6_terms`;
CREATE TABLE `8oid_6_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`),
UNIQUE KEY `slug` (`slug`),
KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_6_terms`
--
/*!40000 ALTER TABLE `8oid_6_terms` DISABLE KEYS */;
LOCK TABLES `8oid_6_terms` WRITE;
INSERT INTO `8oid_6_terms` VALUES (1,'Uncategorized','uncategorized',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_6_terms` ENABLE KEYS */;
--
-- Table structure for table `8oid_blog_versions`
--
DROP TABLE IF EXISTS `8oid_blog_versions`;
CREATE TABLE `8oid_blog_versions` (
`blog_id` bigint(20) NOT NULL DEFAULT '0',
`db_version` varchar(20) NOT NULL DEFAULT '',
`last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`blog_id`),
KEY `db_version` (`db_version`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_blog_versions`
--
/*!40000 ALTER TABLE `8oid_blog_versions` DISABLE KEYS */;
LOCK TABLES `8oid_blog_versions` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_blog_versions` ENABLE KEYS */;
--
-- Table structure for table `8oid_blogs`
--
DROP TABLE IF EXISTS `8oid_blogs`;
CREATE TABLE `8oid_blogs` (
`blog_id` bigint(20) NOT NULL AUTO_INCREMENT,
`site_id` bigint(20) NOT NULL DEFAULT '0',
`domain` varchar(200) NOT NULL DEFAULT '',
`path` varchar(100) NOT NULL DEFAULT '',
`registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`public` tinyint(2) NOT NULL DEFAULT '1',
`archived` tinyint(2) NOT NULL DEFAULT '0',
`mature` tinyint(2) NOT NULL DEFAULT '0',
`spam` tinyint(2) NOT NULL DEFAULT '0',
`deleted` tinyint(2) NOT NULL DEFAULT '0',
`lang_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`blog_id`),
KEY `domain` (`domain`(50),`path`(5)),
KEY `lang_id` (`lang_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_blogs`
--
/*!40000 ALTER TABLE `8oid_blogs` DISABLE KEYS */;
LOCK TABLES `8oid_blogs` WRITE;
INSERT INTO `8oid_blogs` VALUES (1,1,'mitjo.com','/','2013-11-28 18:36:15','0000-00-00 00:00:00',1,0,0,0,0,0),(6,1,'touch.mitjo.com','touch','2013-11-28 20:53:02','2013-11-28 20:53:57',1,0,0,0,0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_blogs` ENABLE KEYS */;
--
-- Table structure for table `8oid_commentmeta`
--
DROP TABLE IF EXISTS `8oid_commentmeta`;
CREATE TABLE `8oid_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,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_commentmeta`
--
/*!40000 ALTER TABLE `8oid_commentmeta` DISABLE KEYS */;
LOCK TABLES `8oid_commentmeta` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_commentmeta` ENABLE KEYS */;
--
-- Table structure for table `8oid_comments`
--
DROP TABLE IF EXISTS `8oid_comments`;
CREATE TABLE `8oid_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_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`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_comments`
--
/*!40000 ALTER TABLE `8oid_comments` DISABLE KEYS */;
LOCK TABLES `8oid_comments` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_comments` ENABLE KEYS */;
--
-- Table structure for table `8oid_links`
--
DROP TABLE IF EXISTS `8oid_links`;
CREATE TABLE `8oid_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=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_links`
--
/*!40000 ALTER TABLE `8oid_links` DISABLE KEYS */;
LOCK TABLES `8oid_links` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_links` ENABLE KEYS */;
--
-- Table structure for table `8oid_options`
--
DROP TABLE IF EXISTS `8oid_options`;
CREATE TABLE `8oid_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(64) 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`)
) ENGINE=MyISAM AUTO_INCREMENT=4873 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_options`
--
/*!40000 ALTER TABLE `8oid_options` DISABLE KEYS */;
LOCK TABLES `8oid_options` WRITE;
INSERT INTO `8oid_options` VALUES (1,'siteurl','http://mitjo.com/sandbox','yes'),(2,'blogname','MITJO','yes'),(3,'blogdescription','THE UNUSUAL THREAD','yes'),(4,'users_can_register','1','yes'),(5,'admin_email','accounts@nr-3.co.uk','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'links_recently_updated_prepend','<em>','yes'),(26,'links_recently_updated_append','</em>','yes'),(27,'links_recently_updated_time','120','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','','yes'),(30,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:11:{i:0;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:1;s:25:\"bwp-minify/bwp-minify.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:83:\"previous-and-next-post-in-same-taxonomy/previous-and-next-post-in-same-taxonomy.php\";i:5;s:23:\"revslider/revslider.php\";i:6;s:43:\"simple-social-icons/simple-social-icons.php\";i:8;s:27:\"woocommerce/woocommerce.php\";i:9;s:24:\"wordpress-seo/wp-seo.php\";i:10;s:25:\"wp-smushit/wp-smushit.php\";i:11;s:34:\"yith-woocommerce-wishlist/init.php\";}','yes'),(3600,'bwp_minify_general','a:12:{s:12:\"input_minurl\";s:59:\"http://mitjo.com/sandbox/sandbox/wp-content/plugins/bwp-minify/min/\";s:15:\"input_cache_dir\";s:85:\"/home/users/web/b1705/ipg.mitjocom/mitjo/sandbox/sandbox/wp-content/plugins/bwp-minify/cache/\";s:14:\"input_maxfiles\";s:2:\"20\";s:12:\"input_ignore\";s:0:\"\";s:12:\"input_header\";s:0:\"\";s:12:\"input_direct\";s:9:\"admin-bar\";s:12:\"input_footer\";s:0:\"\";s:19:\"input_custom_buster\";s:0:\"\";s:13:\"enable_min_js\";s:3:\"yes\";s:14:\"enable_min_css\";s:3:\"yes\";s:15:\"enable_bloginfo\";s:3:\"yes\";s:18:\"select_buster_type\";s:4:\"none\";}','yes'),(36,'home','http://mitjo.com/sandbox','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:103:\"/hermes/bosweb26a/b1705/ipg.mitjocom/mitjo/sandbox/sandbox/wp-content/plugins/w3-total-cache/w3-total-cache.php\";i:1;s:92:\"/hermes/bosweb26a/b1705/ipg.mitjocom/mitjo/sandbox/sandbox/wp-content/themes/neighborhood/header.php\";i:2;s:91:\"/hermes/bosweb26a/b1705/ipg.mitjocom/mitjo/sandbox/sandbox/wp-content/themes/neighborhood/style.css\";i:3;s:99:\"/hermes/bosweb26a/b1705/ipg.mitjocom/mitjo/sandbox/sandbox/wp-content/plugins/wp-dbmanager/wp-dbmanager.php\";i:4;s:89:\"/hermes/bosweb26a/b1705/ipg.mitjocom/mitjo/sandbox/sandbox/wp-content/plugins/akismet/akismet.php\";}','no'),(44,'template','neighborhood','yes'),(45,'stylesheet','neighborhood','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','26691','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','blank','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:5:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:252:\"<h3>INFO</h3>\r\n<p style=\"font-size:12px;\"><a href=\"http://mitjo.com/sandbox/our-story\">Our Story</a><br/> <a href=\"http://mitjo.com/sandbox/privacy\">Privacy</a><br/>\r\n <a href=\"http://mitjo.com/sandbox/faqs\">FAQs</a><br/> <a href=\"http://mitjo.com/sandbox/shipping\">Shipping </a></p>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"<h3> </h3>\r\n<p style=\"font-size:12px;\"><a href=\"http://mitjo.com/sandbox/return-policy/\">Returns</a> <br/><a href=\"http://mitjo.com/sandbox/terms\">Terms</a> <br/> <a href=\"http://mitjo.com/sandbox/contact-us\">Contact us</a></p>\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:244:\"<h3>OUR STORY</h3>\r\n<p style=\"font-size:12px;\">The essence of dressing is an expression of oneself, to make a statement of individuality.</p>\r\n\r\n<p style=\"font-size:12px;\">The Unusual Thread,\r\n<a href=\"http://mitjo.com/sandbox/our-story/\">Mitjo</a></p>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:30:\"<h3>FOLLOW US ON THE MOVE</h3>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(2851,'websitez_record_stats','true','yes'),(2852,'websitez_preinstalled_themes','false','yes'),(2853,'websitez_show_attribution','false','yes'),(2854,'websitez_basic_theme','neighborhood','yes'),(2855,'websitez_advanced_theme','neighborhood','yes'),(2856,'8oid_mobile_detector_token','44e858df4fba414b2688be2cb7c1f17d','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:2:{s:23:\"antivirus/antivirus.php\";a:2:{i:0;s:9:\"AntiVirus\";i:1;s:9:\"uninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:23:\"wpsupercache_deactivate\";}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','48','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','25824','yes'),(92,'8oid_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:116:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:15:\"manage_database\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:15:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:10:\"nav_menu-3\";i:1;s:19:\"featured-products-2\";}s:9:\"sidebar-2\";a:2:{i:0;s:8:\"search-3\";i:1;s:10:\"nav_menu-2\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:9:\"sidebar-8\";a:0:{}s:9:\"sidebar-9\";a:1:{i:0;s:6:\"text-4\";}s:10:\"sidebar-10\";a:1:{i:0;s:6:\"text-3\";}s:10:\"sidebar-11\";a:1:{i:0;s:6:\"text-2\";}s:10:\"sidebar-12\";a:2:{i:0;s:6:\"text-5\";i:1;s:21:\"simple-social-icons-2\";}s:19:\"woocommerce-sidebar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:10:{i:1400844971;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1400846657;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1400870477;a:1:{s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1400873520;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1400878829;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1400879776;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1400879784;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:1400889600;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1400924224;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'),(3344,'_transient_wc_attribute_taxonomies','a:3:{i:0;O:8:\"stdClass\":5:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:4:\"size\";s:15:\"attribute_label\";s:4:\"Size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";}i:1;O:8:\"stdClass\":5:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:5:\"color\";s:15:\"attribute_label\";s:5:\"Color\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";}i:2;O:8:\"stdClass\":5:{s:12:\"attribute_id\";s:1:\"3\";s:14:\"attribute_name\";s:8:\"material\";s:15:\"attribute_label\";s:8:\"Material\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";}}','yes'),(2848,'websitez_show_mobile_ads','false','yes'),(2849,'websitez_show_mobile_to_tablets','true','yes'),(2850,'websitez_show_dashboard_widget','true','yes'),(4839,'_wc_session_5nnnZxaVTrUD6LFFNX4a5c2YWNKnqzw1','a:2:{s:6:\"errors\";N;s:8:\"messages\";N;}','no'),(4791,'_wc_session_BoCo82gz6IlpSf6WBKuUQCi5Jr3y03MR','a:2:{s:6:\"errors\";N;s:8:\"messages\";N;}','no'),(4792,'_wc_session_expires_BoCo82gz6IlpSf6WBKuUQCi5Jr3y03MR','1400837450','no'),(196,'bcn_options','a:122:{s:17:\"bmainsite_display\";b:0;s:18:\"Hmainsite_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hmainsite_template_no_anchor\";s:8:\"%htitle%\";s:13:\"bhome_display\";b:1;s:14:\"Hhome_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hhome_template_no_anchor\";s:8:\"%htitle%\";s:13:\"bblog_display\";b:1;s:14:\"Hblog_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hblog_template_no_anchor\";s:8:\"%htitle%\";s:10:\"hseparator\";s:6:\" > \";s:12:\"blimit_title\";b:0;s:17:\"amax_title_length\";i:20;s:20:\"bcurrent_item_linked\";b:0;s:19:\"Hpost_page_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:29:\"Hpost_page_template_no_anchor\";s:8:\"%htitle%\";s:15:\"apost_page_root\";s:1:\"0\";s:15:\"Hpaged_template\";s:13:\"Page %htitle%\";s:14:\"bpaged_display\";b:0;s:19:\"Hpost_post_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:29:\"Hpost_post_template_no_anchor\";s:8:\"%htitle%\";s:15:\"apost_post_root\";s:1:\"0\";s:27:\"bpost_post_taxonomy_display\";b:0;s:24:\"Spost_post_taxonomy_type\";s:8:\"category\";s:25:\"Hpost_attachment_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:35:\"Hpost_attachment_template_no_anchor\";s:8:\"%htitle%\";s:13:\"H404_template\";s:8:\"%htitle%\";s:10:\"S404_title\";s:3:\"404\";s:16:\"Hsearch_template\";s:136:\"Search results for '<a title=\"Go to the first page of search results for %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>'\";s:26:\"Hsearch_template_no_anchor\";s:39:\"Search results for '%htitle%'\";s:18:\"Hpost_tag_template\";s:85:\"<a title=\"Go to the %ftitle% tag archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hpost_tag_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hpost_format_template\";s:85:\"<a title=\"Go to the %ftitle% tag archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:31:\"Hpost_format_template_no_anchor\";s:8:\"%htitle%\";s:16:\"Hauthor_template\";s:108:\"Articles by: <a title=\"Go to the first page of posts by %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:26:\"Hauthor_template_no_anchor\";s:21:\"Articles by: %htitle%\";s:12:\"Sauthor_name\";s:8:\"nickname\";s:18:\"Hcategory_template\";s:90:\"<a title=\"Go to the %ftitle% category archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hcategory_template_no_anchor\";s:8:\"%htitle%\";s:14:\"Hdate_template\";s:81:\"<a title=\"Go to the %ftitle% archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hdate_template_no_anchor\";s:8:\"%htitle%\";s:22:\"Hpost_product_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hpost_product_template_no_anchor\";s:8:\"%htitle%\";s:29:\"bpost_product_archive_display\";b:1;s:18:\"apost_product_root\";i:16;s:30:\"bpost_product_taxonomy_display\";b:0;s:27:\"Spost_product_taxonomy_type\";s:12:\"product_type\";s:32:\"Hpost_product_variation_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:42:\"Hpost_product_variation_template_no_anchor\";s:8:\"%htitle%\";s:39:\"bpost_product_variation_archive_display\";b:0;s:28:\"apost_product_variation_root\";i:16;s:40:\"bpost_product_variation_taxonomy_display\";b:0;s:37:\"Spost_product_variation_taxonomy_type\";s:22:\"product_shipping_class\";s:26:\"Hpost_shop_coupon_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:36:\"Hpost_shop_coupon_template_no_anchor\";s:8:\"%htitle%\";s:33:\"bpost_shop_coupon_archive_display\";b:0;s:22:\"apost_shop_coupon_root\";i:135;s:34:\"bpost_shop_coupon_taxonomy_display\";b:0;s:31:\"Spost_shop_coupon_taxonomy_type\";s:4:\"page\";s:24:\"Hpost_portfolio_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:34:\"Hpost_portfolio_template_no_anchor\";s:8:\"%htitle%\";s:31:\"bpost_portfolio_archive_display\";b:1;s:20:\"apost_portfolio_root\";i:135;s:32:\"bpost_portfolio_taxonomy_display\";b:0;s:29:\"Spost_portfolio_taxonomy_type\";s:18:\"portfolio-category\";s:19:\"Hpost_team_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_team_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_team_archive_display\";b:1;s:15:\"apost_team_root\";i:135;s:27:\"bpost_team_taxonomy_display\";b:0;s:24:\"Spost_team_taxonomy_type\";s:8:\"post_tag\";s:22:\"Hpost_clients_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hpost_clients_template_no_anchor\";s:8:\"%htitle%\";s:29:\"bpost_clients_archive_display\";b:1;s:18:\"apost_clients_root\";i:135;s:30:\"bpost_clients_taxonomy_display\";b:0;s:27:\"Spost_clients_taxonomy_type\";s:8:\"post_tag\";s:27:\"Hpost_testimonials_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:37:\"Hpost_testimonials_template_no_anchor\";s:8:\"%htitle%\";s:34:\"bpost_testimonials_archive_display\";b:1;s:23:\"apost_testimonials_root\";i:135;s:35:\"bpost_testimonials_taxonomy_display\";b:0;s:32:\"Spost_testimonials_taxonomy_type\";s:8:\"post_tag\";s:19:\"Hpost_jobs_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_jobs_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_jobs_archive_display\";b:1;s:15:\"apost_jobs_root\";i:135;s:27:\"bpost_jobs_taxonomy_display\";b:0;s:24:\"Spost_jobs_taxonomy_type\";s:8:\"post_tag\";s:19:\"Hpost_faqs_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_faqs_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_faqs_archive_display\";b:1;s:15:\"apost_faqs_root\";i:135;s:27:\"bpost_faqs_taxonomy_display\";b:0;s:24:\"Spost_faqs_taxonomy_type\";s:8:\"post_tag\";s:28:\"Hportfolio-category_template\";s:87:\"<a title=\"Go to the %ftitle% Portfolio Categories archives.\" href=\"%link%\">%htitle%</a>\";s:38:\"Hportfolio-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hteam-category_template\";s:82:\"<a title=\"Go to the %ftitle% Team Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hteam-category_template_no_anchor\";s:8:\"%htitle%\";s:26:\"Hclients-category_template\";s:84:\"<a title=\"Go to the %ftitle% Client Categories archives.\" href=\"%link%\">%htitle%</a>\";s:36:\"Hclients-category_template_no_anchor\";s:8:\"%htitle%\";s:31:\"Htestimonials-category_template\";s:89:\"<a title=\"Go to the %ftitle% Testimonial Categories archives.\" href=\"%link%\">%htitle%</a>\";s:41:\"Htestimonials-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hjobs-category_template\";s:81:\"<a title=\"Go to the %ftitle% Job Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hjobs-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hfaqs-category_template\";s:84:\"<a title=\"Go to the %ftitle% Topics Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hfaqs-category_template_no_anchor\";s:8:\"%htitle%\";s:22:\"Hproduct_type_template\";s:70:\"<a title=\"Go to the %ftitle% Tag archives.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hproduct_type_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hproduct_cat_template\";s:83:\"<a title=\"Go to the %ftitle% Product Category archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hproduct_cat_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hproduct_tag_template\";s:78:\"<a title=\"Go to the %ftitle% Product Tag archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hproduct_tag_template_no_anchor\";s:8:\"%htitle%\";s:32:\"Hproduct_shipping_class_template\";s:81:\"<a title=\"Go to the %ftitle% Shipping Class archives.\" href=\"%link%\">%htitle%</a>\";s:42:\"Hproduct_shipping_class_template_no_anchor\";s:8:\"%htitle%\";s:27:\"Hshop_order_status_template\";s:70:\"<a title=\"Go to the %ftitle% Tag archives.\" href=\"%link%\">%htitle%</a>\";s:37:\"Hshop_order_status_template_no_anchor\";s:8:\"%htitle%\";s:17:\"Hpa_size_template\";s:71:\"<a title=\"Go to the %ftitle% Size archives.\" href=\"%link%\">%htitle%</a>\";s:27:\"Hpa_size_template_no_anchor\";s:8:\"%htitle%\";s:18:\"Hpa_color_template\";s:72:\"<a title=\"Go to the %ftitle% Color archives.\" href=\"%link%\">%htitle%</a>\";s:28:\"Hpa_color_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hpa_material_template\";s:75:\"<a title=\"Go to the %ftitle% Material archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hpa_material_template_no_anchor\";s:8:\"%htitle%\";}','yes'),(189,'theme_mods_twentythirteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1383813188;s:4:\"data\";a:3:{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:{}}}}','yes'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:24:\"http://mitjo.com/sandbox/sandbox\";s:4:\"link\";s:100:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://mitjo.com/sandbox/sandbox/\";s:3:\"url\";s:133:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://mitjo.com/sandbox/sandbox/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(1872,'widget_featured-products','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:2;}s:12:\"_multiwidget\";i:1;}','yes'),(1894,'woocommerce_default_shipping_method','local_delivery','yes'),(1895,'woocommerce_shipping_method_order','a:5:{s:22:\"international_delivery\";i:0;s:14:\"local_delivery\";i:1;s:9:\"flat_rate\";i:2;s:12:\"local_pickup\";i:3;s:13:\"free_shipping\";i:4;}','yes'),(4674,'_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-3.9.1.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-3.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.1\";s:7:\"version\";s:5:\"3.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.1.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-3.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.1\";s:7:\"version\";s:5:\"3.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-3.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-3.9.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"3.9\";s:7:\"version\";s:3:\"3.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1400843056;s:15:\"version_checked\";s:5:\"3.8.3\";s:12:\"translations\";a:0:{}}','yes'),(4866,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1400832240;s:7:\"checked\";a:2:{s:12:\"neighborhood\";s:4:\"1.52\";s:14:\"twentyfourteen\";s:3:\"1.0\";}s:8:\"response\";a:2:{s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfourteen\";s:7:\"package\";s:60:\"https://wordpress.org/themes/download/twentyfourteen.1.1.zip\";}s:12:\"neighborhood\";a:3:{s:3:\"url\";s:34:\"http://neighborhood.swiftideas.net\";s:11:\"new_version\";s:4:\"1.72\";s:7:\"package\";s:78:\"http://wp-updates.com/api/1/download/theme/pBtk4dX:ni62irGfvnIIyA/neighborhood\";}}s:12:\"translations\";a:0:{}}','yes'),(4867,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1400843056;s:7:\"checked\";a:15:{s:25:\"bwp-minify/bwp-minify.php\";s:5:\"1.2.3\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:5:\"5.0.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:3:\"3.6\";s:19:\"jetpack/jetpack.php\";s:5:\"2.7.2\";s:46:\"jquery-image-lazy-loading/jq_img_lazy_load.php\";s:5:\"v0.21\";s:54:\"mojo-marketplace-wp-plugin-master/mojo-marketplace.php\";s:5:\"0.5.3\";s:83:\"previous-and-next-post-in-same-taxonomy/previous-and-next-post-in-same-taxonomy.php\";s:3:\"1.0\";s:23:\"revslider/revslider.php\";s:6:\"3.0.95\";s:43:\"simple-social-icons/simple-social-icons.php\";s:5:\"1.0.5\";s:33:\"w3-total-cache/w3-total-cache.php\";s:5:\"0.9.3\";s:27:\"woocommerce/woocommerce.php\";s:6:\"2.0.20\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"1.4.22\";s:29:\"wp-dbmanager/wp-dbmanager.php\";s:4:\"2.65\";s:25:\"wp-smushit/wp-smushit.php\";s:7:\"1.6.5.4\";s:34:\"yith-woocommerce-wishlist/init.php\";s:5:\"1.0.6\";}s:8:\"response\";a:8:{s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"1283\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.5.0.1.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"3.8.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.1.zip\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"3.0.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.3.0.1.zip\";}s:43:\"simple-social-icons/simple-social-icons.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"29391\";s:4:\"slug\";s:19:\"simple-social-icons\";s:6:\"plugin\";s:43:\"simple-social-icons/simple-social-icons.php\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/simple-social-icons/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/simple-social-icons.1.0.6.zip\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"9376\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"0.9.4\";s:14:\"upgrade_notice\";s:294:\"Thanks for using W3 Total Cache! This release introduces hundreds of well-tested stability fixes since the last release as well as a new mode called "edge mode," which allows us to make releases more often containing new features that are still undergoing testing or active iteration.\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.4.zip\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"25331\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"2.1.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.1.9.zip\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"5899\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:7:\"1.5.3.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wordpress-seo.1.5.3.2.zip\";}s:34:\"yith-woocommerce-wishlist/init.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"41084\";s:4:\"slug\";s:25:\"yith-woocommerce-wishlist\";s:6:\"plugin\";s:34:\"yith-woocommerce-wishlist/init.php\";s:11:\"new_version\";s:5:\"1.1.2\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/yith-woocommerce-wishlist/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.1.1.2.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(1760,'_transient_plugins_delete_result_1','1','yes'),(2318,'wpseo_titles','a:81:{s:6:\"noydir\";s:2:\"on\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:23:\"title-product_variation\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-product_variation\";s:0:\"\";s:17:\"title-shop_coupon\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-shop_coupon\";s:0:\"\";s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:10:\"title-team\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-team\";s:0:\"\";s:13:\"title-clients\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-clients\";s:0:\"\";s:18:\"title-testimonials\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-testimonials\";s:0:\"\";s:10:\"title-jobs\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-jobs\";s:0:\"\";s:10:\"title-faqs\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-faqs\";s:0:\"\";s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"title-ptarchive-portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-portfolio\";s:0:\"\";s:20:\"title-ptarchive-team\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-ptarchive-team\";s:0:\"\";s:23:\"title-ptarchive-clients\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-clients\";s:0:\"\";s:28:\"title-ptarchive-testimonials\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-ptarchive-testimonials\";s:0:\"\";s:20:\"title-ptarchive-jobs\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-ptarchive-jobs\";s:0:\"\";s:20:\"title-ptarchive-faqs\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-ptarchive-faqs\";s:0:\"\";s:14:\"title-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-category\";s:0:\"\";s:14:\"title-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-post_tag\";s:0:\"\";s:17:\"title-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-post_format\";s:0:\"\";s:19:\"noindex-post_format\";s:2:\"on\";s:24:\"title-portfolio-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-portfolio-category\";s:0:\"\";s:19:\"title-team-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-team-category\";s:0:\"\";s:22:\"title-clients-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-clients-category\";s:0:\"\";s:27:\"title-testimonials-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-testimonials-category\";s:0:\"\";s:19:\"title-jobs-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-jobs-category\";s:0:\"\";s:19:\"title-faqs-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-faqs-category\";s:0:\"\";s:18:\"title-product_type\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-product_type\";s:0:\"\";s:17:\"title-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-product_cat\";s:0:\"\";s:17:\"title-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-product_tag\";s:0:\"\";s:28:\"title-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-product_shipping_class\";s:0:\"\";s:23:\"title-shop_order_status\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-shop_order_status\";s:0:\"\";s:13:\"title-pa_size\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-pa_size\";s:0:\"\";s:14:\"title-pa_color\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-pa_color\";s:0:\"\";s:17:\"title-pa_material\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-pa_material\";s:0:\"\";s:12:\"title-author\";s:42:\"%%name%%, Author at %%sitename%% %%page%% \";s:15:\"metadesc-author\";s:0:\"\";s:13:\"title-archive\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-archive\";s:0:\"\";s:15:\"noindex-archive\";s:2:\"on\";s:12:\"title-search\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:9:\"title-404\";s:35:\"Page Not Found %%sep%% %%sitename%%\";}','yes'),(2317,'wpseo','a:5:{s:20:\"disableadvanced_meta\";s:2:\"on\";s:7:\"version\";s:6:\"1.4.22\";s:11:\"theme_check\";a:1:{s:11:\"description\";b:1;}s:14:\"tracking_popup\";s:4:\"done\";s:11:\"ignore_tour\";s:6:\"ignore\";}','yes'),(190,'current_theme','Neighborhood','yes'),(191,'theme_mods_neighborhood','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:15:\"main_navigation\";i:14;s:12:\"top_bar_menu\";i:0;}}','yes'),(192,'theme_switched','','yes'),(293,'woocommerce_db_version','2.0.20','yes'),(194,'sf_neighborhood_options','a:190:{s:8:\"last_tab\";s:1:\"2\";s:18:\"enable_maintenance\";s:1:\"0\";s:17:\"enable_responsive\";s:1:\"1\";s:11:\"page_layout\";s:5:\"boxed\";s:18:\"enable_page_shadow\";s:1:\"0\";s:14:\"custom_favicon\";s:67:\"http://mitjo.com/sandbox/sandbox/wp-content/uploads/2013/11/Flaveicon_m.png\";s:12:\"rss_feed_url\";s:10:\"?feed=rss2\";s:10:\"custom_css\";s:215:\".home-slider-wrap {margin: 0 -10% 40px;}\r\n.woocommerce .wc-new-badge, .woocommerce .free-badge {\r\ndisplay: none;\r\n}\r\n.woocommerce-message { background-color: #ff6c2b;}\r\n.woocommerce-error {background-color:#ff6c2b;}\";s:16:\"google_analytics\";s:422:\"<script>\r\n (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n })(window,document,\'script\',\'//www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\n ga(\'create\', \'UA-42176354-1\', \'mitjo.com\');\r\n ga(\'send\', \'pageview\');\r\n\r\n</script>\";s:23:\"custom_admin_login_logo\";s:67:\"http://mitjo.com/sandbox/sandbox/wp-content/uploads/2013/11/mitjo_logo1.jpg\";s:20:\"enable_styleswitcher\";s:1:\"0\";s:12:\"use_bg_image\";s:1:\"0\";s:15:\"custom_bg_image\";s:0:\"\";s:7:\"bg_size\";s:4:\"auto\";s:15:\"preset_bg_image\";s:96:\"http://mitjo.com/sandbox/sandbox/wp-content/themes/neighborhood/images/preset-backgrounds/grid_noise.png\";s:9:\"enable_tb\";s:1:\"0\";s:9:\"tb_config\";s:4:\"tb-1\";s:12:\"tb_left_text\";s:0:\"\";s:13:\"tb_right_text\";s:67:\"[social size=\'large\' style=\'dark\' type=\'twitter,facebook,dribbble\']\";s:14:\"tb_search_text\";s:10:\"Ask Mitjó\";s:8:\"show_sub\";s:1:\"0\";s:16:\"show_translation\";s:1:\"0\";s:12:\"show_account\";s:1:\"1\";s:9:\"show_cart\";s:1:\"1\";s:13:\"show_wishlist\";s:1:\"1\";s:8:\"sub_code\";s:0:\"\";s:13:\"header_layout\";s:8:\"header-2\";s:11:\"logo_upload\";s:70:\"http://mitjo.com/sandbox/sandbox/wp-content/uploads/2013/11/Logo-Artwork-R.png\";s:18:\"retina_logo_upload\";s:73:\"http://mitjo.com/sandbox/sandbox/wp-content/uploads/2013/11/Logo-Artwork-R-xl.png\";s:10:\"logo_width\";s:3:\"200\";s:16:\"logo_top_spacing\";s:1:\"0\";s:19:\"logo_bottom_spacing\";s:1:\"0\";s:14:\"header_overlay\";s:1:\"0\";s:14:\"header_opacity\";s:3:\"100\";s:15:\"nav_top_spacing\";s:0:\"\";s:18:\"enable_mini_header\";s:1:\"1\";s:16:\"enable_logo_fade\";s:1:\"1\";s:20:\"enable_header_shadow\";s:1:\"1\";s:13:\"enable_footer\";s:1:\"1\";s:21:\"enable_footer_divider\";s:1:\"1\";s:13:\"footer_layout\";s:8:\"footer-1\";s:16:\"enable_copyright\";s:1:\"1\";s:24:\"enable_copyright_divider\";s:1:\"0\";s:21:\"footer_copyright_text\";s:76:\"© 2013 Mitjo, All rights reseved to <a href=\"http://nr3inc.com\">NR3 INC</a>\";s:13:\"show_backlink\";s:1:\"0\";s:17:\"footer_gotop_text\";s:0:\"\";s:9:\"ss_enable\";s:1:\"0\";s:9:\"ss_mobile\";s:1:\"0\";s:11:\"field1_text\";s:25:\"Hi, you are looking for a\";s:13:\"field1_filter\";s:11:\"product_cat\";s:19:\"field1_default_text\";s:6:\"colour\";s:11:\"field2_text\";s:3:\"any\";s:13:\"field2_filter\";s:11:\"product_cat\";s:19:\"field2_default_text\";s:5:\"style\";s:11:\"field3_text\";s:4:\"what\";s:13:\"field3_filter\";s:11:\"product_cat\";s:19:\"field3_default_text\";s:4:\"size\";s:11:\"field4_text\";s:0:\"\";s:13:\"field4_filter\";s:11:\"product_cat\";s:19:\"field4_default_text\";s:0:\"\";s:11:\"field5_text\";s:0:\"\";s:13:\"field5_filter\";s:11:\"product_cat\";s:19:\"field5_default_text\";s:0:\"\";s:11:\"field6_text\";s:0:\"\";s:13:\"field6_filter\";s:11:\"product_cat\";s:19:\"field6_default_text\";s:0:\"\";s:13:\"ss_final_text\";s:20:\"Show it to me please\";s:14:\"ss_button_text\";s:8:\"Fetch it\";s:16:\"enable_promo_bar\";s:1:\"0\";s:14:\"promo_bar_text\";s:72:\"Enter your feedback modal content here. (Text/HTML/Shortcodes accepted).\";s:27:\"colour_scheme_select_scheme\";s:0:\"\";s:20:\"colour_scheme_import\";s:0:\"\";s:25:\"default_show_page_heading\";s:1:\"1\";s:27:\"default_page_heading_bg_alt\";s:4:\"none\";s:22:\"default_sidebar_config\";s:11:\"no-sidebars\";s:20:\"default_left_sidebar\";s:9:\"Sidebar-1\";s:21:\"default_right_sidebar\";s:9:\"Sidebar-1\";s:14:\"filter_wrap_bg\";s:7:\"alt-one\";s:16:\"alt_one_bg_color\";s:7:\"#FFFFFF\";s:18:\"alt_one_text_color\";s:7:\"#222222\";s:16:\"alt_one_bg_image\";s:68:\"http://mitjo.com/sandbox/sandbox/wp-content/uploads/2013/09/ff_rp_bkg_m2.png\";s:21:\"alt_one_bg_image_size\";s:4:\"auto\";s:16:\"alt_two_bg_color\";s:7:\"#0a0a0a\";s:18:\"alt_two_text_color\";s:7:\"#ff6c2c\";s:16:\"alt_two_bg_image\";s:68:\"http://mitjo.com/sandbox/sandbox/wp-content/uploads/2013/09/ff_rp_bkg_m3.png\";s:21:\"alt_two_bg_image_size\";s:4:\"auto\";s:18:\"alt_three_bg_color\";s:7:\"#FFFFFF\";s:20:\"alt_three_text_color\";s:7:\"#222222\";s:18:\"alt_three_bg_image\";s:67:\"http://mitjo.com/sandbox/sandbox/wp-content/uploads/2013/09/ff_rp_bkg21.png\";s:23:\"alt_three_bg_image_size\";s:5:\"cover\";s:17:\"alt_four_bg_color\";s:7:\"#FFFFFF\";s:19:\"alt_four_text_color\";s:7:\"#222222\";s:17:\"alt_four_bg_image\";s:0:\"\";s:22:\"alt_four_bg_image_size\";s:4:\"auto\";s:17:\"alt_five_bg_color\";s:7:\"#FFFFFF\";s:19:\"alt_five_text_color\";s:7:\"#222222\";s:17:\"alt_five_bg_image\";s:0:\"\";s:22:\"alt_five_bg_image_size\";s:4:\"auto\";s:16:\"alt_six_bg_color\";s:7:\"#FFFFFF\";s:18:\"alt_six_text_color\";s:7:\"#222222\";s:16:\"alt_six_bg_image\";s:0:\"\";s:21:\"alt_six_bg_image_size\";s:4:\"auto\";s:18:\"alt_seven_bg_color\";s:7:\"#FFFFFF\";s:20:\"alt_seven_text_color\";s:7:\"#222222\";s:18:\"alt_seven_bg_image\";s:0:\"\";s:23:\"alt_seven_bg_image_size\";s:4:\"auto\";s:18:\"alt_eight_bg_color\";s:7:\"#FFFFFF\";s:20:\"alt_eight_text_color\";s:7:\"#222222\";s:18:\"alt_eight_bg_image\";s:0:\"\";s:23:\"alt_eight_bg_image_size\";s:4:\"auto\";s:17:\"alt_nine_bg_color\";s:7:\"#FFFFFF\";s:19:\"alt_nine_text_color\";s:7:\"#222222\";s:17:\"alt_nine_bg_image\";s:0:\"\";s:22:\"alt_nine_bg_image_size\";s:4:\"auto\";s:16:\"alt_ten_bg_color\";s:7:\"#d9d1ca\";s:18:\"alt_ten_text_color\";s:7:\"#ff6c2b\";s:16:\"alt_ten_bg_image\";s:0:\"\";s:21:\"alt_ten_bg_image_size\";s:4:\"auto\";s:22:\"archive_sidebar_config\";s:11:\"no-sidebars\";s:20:\"archive_sidebar_left\";s:9:\"Sidebar-1\";s:21:\"archive_sidebar_right\";s:9:\"Sidebar-1\";s:20:\"archive_display_type\";s:7:\"masonry\";s:30:\"portfolio_archive_display_type\";s:8:\"standard\";s:25:\"portfolio_archive_columns\";s:1:\"4\";s:16:\"body_font_option\";s:8:\"standard\";s:13:\"web_body_font\";s:17:\"Palatino Linotype\";s:20:\"google_standard_font\";s:12:\"Pontano+Sans\";s:22:\"fontdeck_standard_font\";s:0:\"\";s:20:\"headings_font_option\";s:6:\"google\";s:16:\"web_heading_font\";s:9:\"Helvetica\";s:19:\"google_heading_font\";s:12:\"Pontano+Sans\";s:21:\"fontdeck_heading_font\";s:0:\"\";s:16:\"menu_font_option\";s:6:\"google\";s:13:\"web_menu_font\";s:17:\"Palatino Linotype\";s:16:\"google_menu_font\";s:12:\"Pontano+Sans\";s:18:\"fontdeck_menu_font\";s:0:\"\";s:11:\"fontdeck_js\";s:0:\"\";s:14:\"body_font_size\";s:2:\"16\";s:21:\"body_font_line_height\";s:2:\"16\";s:14:\"menu_font_size\";s:2:\"16\";s:12:\"h1_font_size\";s:2:\"25\";s:19:\"h1_font_line_height\";s:2:\"28\";s:12:\"h2_font_size\";s:2:\"20\";s:19:\"h2_font_line_height\";s:2:\"20\";s:12:\"h3_font_size\";s:2:\"14\";s:19:\"h3_font_line_height\";s:2:\"16\";s:12:\"h4_font_size\";s:2:\"16\";s:19:\"h4_font_line_height\";s:2:\"17\";s:12:\"h5_font_size\";s:2:\"13\";s:19:\"h5_font_line_height\";s:2:\"15\";s:12:\"h6_font_size\";s:2:\"13\";s:19:\"h6_font_line_height\";s:2:\"14\";s:16:\"testimonial_page\";s:1:\"7\";s:9:\"jobs_page\";s:1:\"7\";s:26:\"product_overlay_transition\";s:1:\"0\";s:23:\"enable_pb_product_pages\";s:1:\"1\";s:19:\"enable_catalog_mode\";s:1:\"0\";s:19:\"enable_default_tabs\";s:1:\"0\";s:24:\"enable_one_page_checkout\";s:1:\"0\";s:19:\"enable_product_zoom\";s:1:\"0\";s:18:\"woo_sidebar_config\";s:11:\"no-sidebars\";s:16:\"woo_left_sidebar\";s:9:\"Sidebar-1\";s:17:\"woo_right_sidebar\";s:9:\"Sidebar-1\";s:23:\"woo_page_heading_bg_alt\";s:4:\"none\";s:30:\"default_product_sidebar_config\";s:11:\"no-sidebars\";s:28:\"default_product_left_sidebar\";s:9:\"Sidebar-1\";s:29:\"default_product_right_sidebar\";s:9:\"Sidebar-1\";s:25:\"checkout_new_account_text\";s:92:\"Create an new account with Mitjo now and keep uptodate with all the latest offers available.\";s:13:\"help_bar_text\";s:115:\"Need <a href=\"http://www.mitjo.com/help\">Help</a>? Contact our <a href=\"http://mitjo.com/sandbox/support\">customer care</a>\";s:11:\"email_modal\";s:100:\"<h3>Unsure need help?</h3>\r\n<p>Fill in details below</p>\r\n[contact-form-7 id=\"128\" title=\"checkout\"]\";s:14:\"shipping_modal\";s:832:\"<h3>Delivery & Returns</h3>\r\n<p>Free international delivery on order larger than 5 pairs of socks.</p>\r\n\r\n<p>Where do we send socks to? With a very few exceptions we ship all over the world How much is Delivery? For the UK standard delivery is £5 Worldwide delivery is from £12.00. How quickly can I get my socks? 1-2 working day delivery for the UK. Expect delivery in 3-5 days for mainland Europe, and around 5-8 days for the rest of the world.</p>\r\n\r\n<p>What about returns? Email returns@mitjo.com if you wish to return your socks. For a full refund you will need to send your socks back to us unworn and in a resalable state. The cost of return shipping is yours, unless we have made an error or the socks are defective in any way. How can I contact you? Email: info@mitjo.com (answered within 2-hours during office hours)</p>\";s:13:\"returns_modal\";s:2112:\"<h3>RETURNS, REFUNDS AND EXCHANGES</h3>\r\n\r\n<p>Our policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don\'t have access to a printer simply write our address on the package: </p><p>Returns MITJÓ,<br/> Suite LP21792 , <br/>Lower Ground Floor
,<br/>145-157 St John Street
,<br/>London
, <br/>EC1V 4PW.<br/>\r\n, United Kingdom.</P> <p>Please include your invoice with the package.</p><p>\r\nWe recommend using a secure or signed for service.\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\nPlease do not send your purchase back to the manufacturer.<br/>\r\nThere are certain situations where only partial refunds are granted: (if applicable)</p>\r\n<p>- Items with obvious signs of use<br/>\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.<br/>\r\n- Any item that is returned more than 28 days after delivery<br/>\r\nRefunds (if applicable)</p>\r\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.<br/>\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\nLate or missing refunds (if applicable)</p>\r\n<p>If you haven’t received a refund yet, first check your bank account again.\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.</p>\r\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at \r\nreturns@mitjo.com.</p>\";s:10:\"faqs_modal\";s:3356:\"<h2>FAQ</h2>\r\n\r\n<p>Below you will find answers to the most common questions regarding Mitjo and our web page.</p>\r\n\r\n<p><strong>Are there different models for men, women and kids?</strong></p>\r\n\r\n<p>Almost all of our socks are unisex. However, we have a selection of tights, ankle socks, and over the knee socks for women. We also have a separate line of socks for kids.</p>\r\n\r\n<h3><strong>Mitjo Shipping Charges</strong></h3>\r\n\r\n<p>Shipping is free when you order four or more items. If you order less than that, a total shipping charge of £4 will be added to your order. Note that 2-packs count as one item.</p>\r\n\r\n<h3><strong>Can I return or exchange the socks that I have ordered?</strong></h3>\r\n\r\n<p>Of course you can! Within 28 days of receiving the socks, you may return them for a full refund or exchange them for another pair as long as they are unused, with labels and packaging intact. <a href=\"http://www.mitjo.com/returns\">Here</a> you can read more about returns and exchanges.</p>\r\n\r\n<p>During our final sale we have a no returns and no exchanges policy on all our discount products.</p>\r\n\r\n<h3><strong>Are all socks on the website in stock?</strong></h3>\r\n\r\n<p>All of our current collection socks are displayed on the website. If a pair is out of stock, this will be stated on the product’s page. If there is a discrepancy so that a sock show on our website but is not physically in our warehouse due to a miscount, you will of course get a refund for the sock missing.</p>\r\n\r\n<h3><strong>What is the delivery time for your socks?</strong></h3>\r\n\r\n<p>We do our very best to ensure that you receive your socks as fast as possible. Delivery times can be longer during final sales or before Christmas (December)</p>\r\n\r\n<p>United States: 5-8 business days.</p>\r\n\r\n<p>Mitjo uses DHL, UPS, Parcelforce for all of our deliveries. You will receive an email with the details of your shipment and your tracking number as soon as it is dispatched.</p>\r\n\r\n<h3><strong>How do I pay for the socks?</strong></h3>\r\n<p>We use PayPal, as well as various local debit cards and invoicing options supported by PayPal.</p>\r\n\r\n<h3><strong>What is the quality of your socks? How should I wash them?</strong></h3>\r\n\r\n<p>We work hard to ensure that our socks are of the highest quality possible. However, every sock does have a life cycle and does not uphold forever. Remember to use a scissor when removing the label.</p>\r\n\r\n<p>Read more about washing instructions and our improved quality under the quality section in <a href=\"http://mitjo.com/sandbox/sock-of-approval/\">Sock of approval</a>. </p>\r\n\r\n<h3><strong>What happens if I get damaged or wrongly packaged socks?</strong></h3>\r\n\r\n<p>Should you receive a delivery containing damaged or wrongly packaged socks, we will cover all shipping charges and do everything we can to correct our mistake. You will be provided with new socks or a refund, depending on your wish. Read more about how we handle complaints in the Complaints section on this page. When putting on your brand new pair of Mitjo, please take time to cut the thread on the label instead of ripping it off, as this will damage the socks.</p>\r\n\r\n<p>If you can’t find the answer to your question in the FAQ, you are more than welcome to get in touch with us!</p>\r\n\r\n<p>To do so, please click <a href=\"http://www.mitjo.com/support\">here</a>.\r\n\r\n \r\n\r\n \";s:14:\"feedback_modal\";s:0:\"\";s:16:\"twitter_username\";s:8:\"mitjocom\";s:17:\"facebook_page_url\";s:33:\"https://www.facebook.com/mitjocom\";s:17:\"dribbble_username\";s:0:\"\";s:14:\"vimeo_username\";s:0:\"\";s:15:\"tumblr_username\";s:0:\"\";s:16:\"spotify_username\";s:0:\"\";s:14:\"skype_username\";s:0:\"\";s:17:\"linkedin_page_url\";s:0:\"\";s:15:\"lastfm_username\";s:0:\"\";s:19:\"googleplus_page_url\";s:0:\"\";s:15:\"flickr_page_url\";s:0:\"\";s:16:\"youtube_username\";s:0:\"\";s:16:\"behance_username\";s:0:\"\";s:18:\"pinterest_username\";s:8:\"mitjocom\";s:8:\"yelp_url\";s:0:\"\";s:18:\"instagram_username\";s:0:\"\";}','yes'),(197,'bcn_options_bk','a:122:{s:17:\"bmainsite_display\";b:0;s:18:\"Hmainsite_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hmainsite_template_no_anchor\";s:8:\"%htitle%\";s:13:\"bhome_display\";b:1;s:14:\"Hhome_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hhome_template_no_anchor\";s:8:\"%htitle%\";s:13:\"bblog_display\";b:1;s:14:\"Hblog_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hblog_template_no_anchor\";s:8:\"%htitle%\";s:10:\"hseparator\";s:6:\" > \";s:12:\"blimit_title\";b:0;s:17:\"amax_title_length\";i:20;s:20:\"bcurrent_item_linked\";b:0;s:19:\"Hpost_page_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:29:\"Hpost_page_template_no_anchor\";s:8:\"%htitle%\";s:15:\"apost_page_root\";s:1:\"0\";s:15:\"Hpaged_template\";s:13:\"Page %htitle%\";s:14:\"bpaged_display\";b:0;s:19:\"Hpost_post_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:29:\"Hpost_post_template_no_anchor\";s:8:\"%htitle%\";s:15:\"apost_post_root\";s:1:\"0\";s:27:\"bpost_post_taxonomy_display\";b:1;s:24:\"Spost_post_taxonomy_type\";s:8:\"category\";s:25:\"Hpost_attachment_template\";s:68:\"<a title=\"Go to %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:35:\"Hpost_attachment_template_no_anchor\";s:8:\"%htitle%\";s:13:\"H404_template\";s:8:\"%htitle%\";s:10:\"S404_title\";s:3:\"404\";s:16:\"Hsearch_template\";s:136:\"Search results for '<a title=\"Go to the first page of search results for %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>'\";s:26:\"Hsearch_template_no_anchor\";s:39:\"Search results for '%htitle%'\";s:18:\"Hpost_tag_template\";s:85:\"<a title=\"Go to the %ftitle% tag archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hpost_tag_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hpost_format_template\";s:85:\"<a title=\"Go to the %ftitle% tag archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:31:\"Hpost_format_template_no_anchor\";s:8:\"%htitle%\";s:16:\"Hauthor_template\";s:108:\"Articles by: <a title=\"Go to the first page of posts by %ftitle%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:26:\"Hauthor_template_no_anchor\";s:21:\"Articles by: %htitle%\";s:12:\"Sauthor_name\";s:8:\"nickname\";s:18:\"Hcategory_template\";s:90:\"<a title=\"Go to the %ftitle% category archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hcategory_template_no_anchor\";s:8:\"%htitle%\";s:14:\"Hdate_template\";s:81:\"<a title=\"Go to the %ftitle% archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hdate_template_no_anchor\";s:8:\"%htitle%\";s:22:\"Hpost_product_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hpost_product_template_no_anchor\";s:8:\"%htitle%\";s:29:\"bpost_product_archive_display\";b:1;s:18:\"apost_product_root\";i:16;s:30:\"bpost_product_taxonomy_display\";b:0;s:27:\"Spost_product_taxonomy_type\";s:12:\"product_type\";s:32:\"Hpost_product_variation_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:42:\"Hpost_product_variation_template_no_anchor\";s:8:\"%htitle%\";s:39:\"bpost_product_variation_archive_display\";b:0;s:28:\"apost_product_variation_root\";i:16;s:40:\"bpost_product_variation_taxonomy_display\";b:0;s:37:\"Spost_product_variation_taxonomy_type\";s:22:\"product_shipping_class\";s:26:\"Hpost_shop_coupon_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:36:\"Hpost_shop_coupon_template_no_anchor\";s:8:\"%htitle%\";s:33:\"bpost_shop_coupon_archive_display\";b:0;s:22:\"apost_shop_coupon_root\";i:135;s:34:\"bpost_shop_coupon_taxonomy_display\";b:0;s:31:\"Spost_shop_coupon_taxonomy_type\";s:4:\"page\";s:24:\"Hpost_portfolio_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:34:\"Hpost_portfolio_template_no_anchor\";s:8:\"%htitle%\";s:31:\"bpost_portfolio_archive_display\";b:1;s:20:\"apost_portfolio_root\";i:135;s:32:\"bpost_portfolio_taxonomy_display\";b:1;s:29:\"Spost_portfolio_taxonomy_type\";s:18:\"portfolio-category\";s:19:\"Hpost_team_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_team_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_team_archive_display\";b:1;s:15:\"apost_team_root\";i:135;s:27:\"bpost_team_taxonomy_display\";b:1;s:24:\"Spost_team_taxonomy_type\";s:8:\"post_tag\";s:22:\"Hpost_clients_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hpost_clients_template_no_anchor\";s:8:\"%htitle%\";s:29:\"bpost_clients_archive_display\";b:1;s:18:\"apost_clients_root\";i:135;s:30:\"bpost_clients_taxonomy_display\";b:1;s:27:\"Spost_clients_taxonomy_type\";s:8:\"post_tag\";s:27:\"Hpost_testimonials_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:37:\"Hpost_testimonials_template_no_anchor\";s:8:\"%htitle%\";s:34:\"bpost_testimonials_archive_display\";b:1;s:23:\"apost_testimonials_root\";i:135;s:35:\"bpost_testimonials_taxonomy_display\";b:1;s:32:\"Spost_testimonials_taxonomy_type\";s:8:\"post_tag\";s:19:\"Hpost_jobs_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_jobs_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_jobs_archive_display\";b:1;s:15:\"apost_jobs_root\";i:135;s:27:\"bpost_jobs_taxonomy_display\";b:1;s:24:\"Spost_jobs_taxonomy_type\";s:8:\"post_tag\";s:19:\"Hpost_faqs_template\";s:53:\"<a title=\"Go to %ftitle%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_faqs_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_faqs_archive_display\";b:1;s:15:\"apost_faqs_root\";i:135;s:27:\"bpost_faqs_taxonomy_display\";b:0;s:24:\"Spost_faqs_taxonomy_type\";s:8:\"post_tag\";s:28:\"Hportfolio-category_template\";s:87:\"<a title=\"Go to the %ftitle% Portfolio Categories archives.\" href=\"%link%\">%htitle%</a>\";s:38:\"Hportfolio-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hteam-category_template\";s:82:\"<a title=\"Go to the %ftitle% Team Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hteam-category_template_no_anchor\";s:8:\"%htitle%\";s:26:\"Hclients-category_template\";s:84:\"<a title=\"Go to the %ftitle% Client Categories archives.\" href=\"%link%\">%htitle%</a>\";s:36:\"Hclients-category_template_no_anchor\";s:8:\"%htitle%\";s:31:\"Htestimonials-category_template\";s:89:\"<a title=\"Go to the %ftitle% Testimonial Categories archives.\" href=\"%link%\">%htitle%</a>\";s:41:\"Htestimonials-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hjobs-category_template\";s:81:\"<a title=\"Go to the %ftitle% Job Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hjobs-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hfaqs-category_template\";s:84:\"<a title=\"Go to the %ftitle% Topics Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hfaqs-category_template_no_anchor\";s:8:\"%htitle%\";s:22:\"Hproduct_type_template\";s:70:\"<a title=\"Go to the %ftitle% Tag archives.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hproduct_type_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hproduct_cat_template\";s:83:\"<a title=\"Go to the %ftitle% Product Category archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hproduct_cat_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hproduct_tag_template\";s:78:\"<a title=\"Go to the %ftitle% Product Tag archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hproduct_tag_template_no_anchor\";s:8:\"%htitle%\";s:32:\"Hproduct_shipping_class_template\";s:81:\"<a title=\"Go to the %ftitle% Shipping Class archives.\" href=\"%link%\">%htitle%</a>\";s:42:\"Hproduct_shipping_class_template_no_anchor\";s:8:\"%htitle%\";s:27:\"Hshop_order_status_template\";s:70:\"<a title=\"Go to the %ftitle% Tag archives.\" href=\"%link%\">%htitle%</a>\";s:37:\"Hshop_order_status_template_no_anchor\";s:8:\"%htitle%\";s:17:\"Hpa_size_template\";s:71:\"<a title=\"Go to the %ftitle% Size archives.\" href=\"%link%\">%htitle%</a>\";s:27:\"Hpa_size_template_no_anchor\";s:8:\"%htitle%\";s:18:\"Hpa_color_template\";s:72:\"<a title=\"Go to the %ftitle% Color archives.\" href=\"%link%\">%htitle%</a>\";s:28:\"Hpa_color_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hpa_material_template\";s:75:\"<a title=\"Go to the %ftitle% Material archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hpa_material_template_no_anchor\";s:8:\"%htitle%\";}','no'),(198,'bcn_version','4.4.0','no'),(199,'wpcf7','a:1:{s:7:\"version\";s:3:\"3.6\";}','yes'),(2527,'_transient_woocommerce_cache_excluded_uris','a:6:{i:0;s:5:\"/cart\";i:1;s:9:\"/checkout\";i:2;s:11:\"/my-account\";i:3;s:3:\"p=6\";i:4;s:3:\"p=7\";i:5;s:3:\"p=8\";}','yes'),(300,'yith_wcwl_enabled','yes','yes'),(301,'yith_wcwl_use_cookie','yes','yes'),(302,'yith_wcwl_wishlist_title','My wishlist on Mitjo','yes'),(203,'woocommerce_default_country','GB','yes'),(204,'woocommerce_currency','GBP','yes'),(205,'woocommerce_allowed_countries','all','yes'),(206,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(207,'woocommerce_demo_store','no','yes'),(208,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','yes'),(209,'woocommerce_enable_coupons','no','yes'),(210,'woocommerce_enable_guest_checkout','yes','yes'),(211,'woocommerce_enable_order_comments','yes','yes'),(212,'woocommerce_force_ssl_checkout','no','yes'),(213,'woocommerce_unforce_ssl_checkout','no','yes'),(214,'woocommerce_enable_signup_and_login_from_checkout','yes','yes'),(215,'woocommerce_enable_myaccount_registration','yes','yes'),(216,'woocommerce_registration_email_for_username','no','yes'),(217,'woocommerce_lock_down_admin','yes','yes'),(218,'woocommerce_clear_cart_on_logout','no','yes'),(219,'woocommerce_allow_customers_to_reorder','no','yes'),(220,'woocommerce_frontend_css','yes','yes'),(221,'woocommerce_enable_lightbox','no','yes'),(222,'woocommerce_enable_chosen','yes','yes'),(223,'woocommerce_file_download_method','force','yes'),(224,'woocommerce_downloads_require_login','no','yes'),(225,'woocommerce_downloads_grant_access_after_payment','yes','yes'),(226,'woocommerce_shop_page_id','5','yes'),(227,'woocommerce_terms_page_id','','yes'),(228,'woocommerce_cart_page_id','6','yes'),(229,'woocommerce_checkout_page_id','7','yes'),(230,'woocommerce_pay_page_id','14','yes'),(231,'woocommerce_thanks_page_id','15','yes'),(232,'woocommerce_myaccount_page_id','8','yes'),(233,'woocommerce_edit_address_page_id','10','yes'),(234,'woocommerce_view_order_page_id','11','yes'),(235,'woocommerce_change_password_page_id','12','yes'),(236,'woocommerce_logout_page_id','13','yes'),(237,'woocommerce_lost_password_page_id','9','yes'),(238,'woocommerce_default_catalog_orderby','menu_order','yes'),(239,'woocommerce_shop_page_display','','yes'),(240,'woocommerce_category_archive_display','','yes'),(241,'woocommerce_cart_redirect_after_add','no','yes'),(242,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(243,'woocommerce_enable_sku','yes','yes'),(244,'woocommerce_enable_weight','yes','yes'),(245,'woocommerce_enable_dimensions','yes','yes'),(246,'woocommerce_enable_dimension_product_attributes','yes','yes'),(247,'woocommerce_weight_unit','kg','yes'),(248,'woocommerce_dimension_unit','cm','yes'),(249,'woocommerce_enable_review_rating','yes','yes'),(250,'woocommerce_review_rating_required','yes','yes'),(251,'woocommerce_review_rating_verification_label','yes','yes'),(252,'woocommerce_currency_pos','left','yes'),(253,'woocommerce_price_thousand_sep',',','yes'),(254,'woocommerce_price_decimal_sep','.','yes'),(255,'woocommerce_price_num_decimals','2','yes'),(256,'woocommerce_price_trim_zeros','yes','yes'),(257,'shop_catalog_image_size','a:3:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1500\";s:4:\"crop\";i:0;}','yes'),(258,'shop_single_image_size','a:3:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1500\";s:4:\"crop\";i:0;}','yes'),(259,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(260,'woocommerce_manage_stock','yes','yes'),(261,'woocommerce_hold_stock_minutes','60','yes'),(262,'woocommerce_notify_low_stock','no','yes'),(263,'woocommerce_notify_no_stock','yes','yes'),(264,'woocommerce_stock_email_recipient','accounts@nr-3.co.uk','yes'),(265,'woocommerce_notify_low_stock_amount','2','yes'),(266,'woocommerce_notify_no_stock_amount','0','yes'),(267,'woocommerce_hide_out_of_stock_items','no','yes'),(268,'woocommerce_stock_format','','yes'),(269,'woocommerce_calc_shipping','yes','yes'),(270,'woocommerce_enable_shipping_calc','no','yes'),(271,'woocommerce_shipping_cost_requires_address','yes','yes'),(272,'woocommerce_shipping_method_format','','yes'),(273,'woocommerce_ship_to_billing_address_only','no','yes'),(274,'woocommerce_ship_to_same_address','yes','yes'),(275,'woocommerce_require_shipping_address','yes','yes'),(276,'woocommerce_calc_taxes','no','yes'),(277,'woocommerce_prices_include_tax','no','yes'),(278,'woocommerce_tax_based_on','shipping','yes'),(279,'woocommerce_default_customer_address','base','yes'),(280,'woocommerce_shipping_tax_class','title','yes'),(281,'woocommerce_tax_round_at_subtotal','no','yes'),(282,'woocommerce_tax_classes','Reduced Rate\nZero Rate','yes'),(283,'woocommerce_tax_display_cart','excl','yes'),(284,'woocommerce_email_from_name','Mitjo','yes'),(285,'woocommerce_email_from_address','do-not-reply@mitjo.com','yes'),(286,'woocommerce_email_header_image','http://mitjo.com/sandbox/?p=124','yes'),(287,'woocommerce_email_footer_text','© Mitjo - alrights reserved to <a href=\"http://www.nr3inc.com/\">NR3INC </a>','yes'),(288,'woocommerce_email_base_color','#d8d1c9','yes'),(289,'woocommerce_email_background_color','#ffffff','yes'),(290,'woocommerce_email_body_background_color','#ffffff','yes'),(291,'woocommerce_email_text_color','#505050','yes'),(142,'recently_activated','a:0:{}','yes'),(146,'jetpack_activated','1','yes'),(147,'jetpack_options','a:2:{s:7:\"version\";s:14:\"2.5:1383081423\";s:11:\"old_version\";s:14:\"2.5:1383081423\";}','yes'),(294,'woocommerce_version','2.0.20','yes'),(296,'_transient_random_seed','8b79d833cb1936468da11c6a9f26ce82','yes'),(347,'woocommerce_errors','','yes'),(298,'yith_wcwl_frontend_css_colors','s:614:\"a:5:{s:15:\"add_to_wishlist\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:21:\"add_to_wishlist_hover\";a:3:{s:10:\"background\";s:7:\"#2F2F2F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#2F2F2F\";}s:11:\"add_to_cart\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:17:\"add_to_cart_hover\";a:3:{s:10:\"background\";s:7:\"#2F2F2F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#2F2F2F\";}s:14:\"wishlist_table\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#676868\";s:12:\"border_color\";s:7:\"#676868\";}}\";','yes'),(303,'yith_wcwl_redirect_cart','no','yes'),(304,'yith_wcwl_remove_after_add_to_cart','yes','yes'),(305,'yith_wcwl_add_to_wishlist_text','Add to Wishlist','yes'),(306,'yith_wcwl_add_to_cart_text','Add to Cart','yes'),(307,'yith_wcwl_price_show','yes','yes'),(308,'yith_wcwl_add_to_cart_show','yes','yes'),(309,'yith_wcwl_stock_show','yes','yes'),(310,'yith_wcwl_use_button','no','yes'),(311,'yith_wcwl_custom_css','','yes'),(312,'yith_wcwl_frontend_css','yes','yes'),(313,'yith_wcwl_rounded_corners','yes','yes'),(314,'yith_wcwl_add_to_wishlist_icon','none','yes'),(315,'yith_wcwl_add_to_cart_icon','icon-shopping-cart','yes'),(316,'yith_wcwl_share_fb','yes','yes'),(317,'yith_wcwl_share_twitter','yes','yes'),(318,'yith_wcwl_share_pinterest','yes','yes'),(319,'yith_wcwl_share_googleplus','yes','yes'),(320,'yith_wcwl_socials_title','My wishlist on Mitjo','yes'),(321,'yith_wcwl_socials_text','','yes'),(322,'yith_wcwl_socials_image_url','','yes'),(355,'product_cat_children','a:0:{}','yes'),(396,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(2119,'product_shipping_class_children','a:0:{}','yes'),(415,'accent_color','#ff6c2c','yes'),(416,'accent_alt_color','#ffffff','yes'),(417,'secondary_accent_color','#2e2e36','yes'),(418,'secondary_accent_alt_color','#ffffff','yes'),(419,'page_bg_color','#ffffff','yes'),(420,'inner_page_bg_color','#ffffff','yes'),(421,'section_divide_color','#e4e4e4','yes'),(422,'alt_bg_color','#f7f7f7','yes'),(423,'topbar_bg_color','#252525','yes'),(424,'topbar_text_color','#999999','yes'),(425,'topbar_link_color','#ffffff','yes'),(426,'topbar_link_hover_color','#ff6c2c','yes'),(427,'topbar_divider_color','#444444','yes'),(428,'header_bg_color1','#ffffff','yes'),(429,'header_bg_color2','#ffffff','yes'),(430,'nav_text_color','#252525','yes'),(431,'nav_text_hover_color','#ff6c2c','yes'),(432,'nav_selected_text_color','#222222','yes'),(433,'nav_pointer_color','#ff6c2c','yes'),(434,'nav_sm_bg_color','#FFFFFF','yes'),(435,'nav_sm_text_color','#666666','yes'),(436,'nav_sm_bg_hover_color','#ff6c2c','yes'),(437,'nav_sm_text_hover_color','#ffffff','yes'),(438,'nav_sm_selected_text_color','#ffffff','yes'),(439,'nav_divider','solid','yes'),(440,'nav_divider_color','#f0f0f0','yes'),(441,'promo_bar_bg_color','#ff6c2c','yes'),(442,'promo_bar_text_color','#ffffff','yes'),(443,'page_heading_bg_color','#f7f7f7','yes'),(444,'page_heading_text_color','#222222','yes'),(445,'breadcrumb_text_color','#999999','yes'),(446,'breadcrumb_link_color','#999999','yes'),(447,'body_color','#444444','yes'),(448,'link_color','#333333','yes'),(449,'h1_color','#000000','yes'),(450,'h2_color','#000000','yes'),(451,'h3_color','#000000','yes'),(452,'h4_color','#000000','yes'),(453,'h5_color','#000000','yes'),(454,'h6_color','#000000','yes'),(455,'impact_text_color','#000000','yes'),(456,'pt_primary_bg_color','#00AEEF','yes'),(457,'pt_secondary_bg_color','#B4E5F8','yes'),(458,'pt_tertiary_bg_color','#E1F3FA','yes'),(459,'lpt_primary_row_color','#f7f7f7','yes'),(460,'lpt_secondary_row_color','#eeeeee','yes'),(461,'lpt_default_pricing_header','#999999','yes'),(462,'lpt_default_package_header','#bbbbbb','yes'),(463,'lpt_default_footer','#e4e4e4','yes'),(464,'icon_container_bg_color','#B4E5F8','yes'),(465,'sf_icon_color','#000000','yes'),(466,'boxed_content_color','#fb3c2d','yes'),(467,'footer_bg_color','#ffffff','yes'),(468,'footer_text_color','#777777','yes'),(469,'footer_border_color','#0a0a0a','yes'),(470,'copyright_bg_color','#ffffff','yes'),(471,'copyright_text_color','#666666','yes'),(472,'copyright_link_color','#222222','yes'),(473,'slurp_page_installed','1','yes'),(474,'woocommerce_frontend_css_colors','a:5:{s:7:\"primary\";s:7:\"#ad74a2\";s:9:\"secondary\";s:7:\"#f7f6f7\";s:9:\"highlight\";s:7:\"#85ad74\";s:10:\"content_bg\";s:7:\"#ffffff\";s:7:\"subtext\";s:7:\"#777777\";}','yes'),(497,'woocommerce_paypal_settings','a:14:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:84:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account\";s:5:\"email\";s:18:\"acoounts@mitjo.com\";s:14:\"receiver_email\";s:18:\"acoounts@mitjo.com\";s:14:\"invoice_prefix\";s:12:\"Mitjo-store-\";s:22:\"form_submission_method\";s:3:\"yes\";s:10:\"page_style\";s:0:\"\";s:8:\"shipping\";s:0:\"\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:3:\"yes\";s:7:\"testing\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:3:\"yes\";}','yes'),(730,'woocommerce_bacs_settings','a:10:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:20:\"Direct Bank Transfer\";s:11:\"description\";s:172:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order wont be shipped until the funds have cleared in our account.\";s:15:\"account_details\";s:0:\"\";s:12:\"account_name\";s:0:\"\";s:14:\"account_number\";s:0:\"\";s:9:\"sort_code\";s:0:\"\";s:9:\"bank_name\";s:0:\"\";s:4:\"iban\";s:0:\"\";s:3:\"bic\";s:0:\"\";}','yes'),(2112,'woocommerce_flat_rate_settings','a:13:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:9:\"Flat Rate\";s:12:\"availability\";s:8:\"specific\";s:9:\"countries\";a:2:{i:0;s:2:\"IE\";i:1;s:2:\"GB\";}s:10:\"tax_status\";s:4:\"none\";s:14:\"cost_per_order\";s:0:\"\";s:7:\"options\";s:0:\"\";s:16:\"additional_costs\";s:0:\"\";s:4:\"type\";s:4:\"item\";s:22:\"additional_costs_table\";b:0;s:11:\"minimum_fee\";s:1:\"5\";s:4:\"cost\";s:0:\"\";s:3:\"fee\";s:0:\"\";}','yes'),(2113,'woocommerce_flat_rates','a:1:{s:6:\"a-pair\";a:2:{s:4:\"cost\";s:4:\"5.00\";s:3:\"fee\";s:3:\"N/A\";}}','yes'),(644,'pa_color_children','a:0:{}','yes'),(673,'woocommerce_new_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:18:\"accounts@mitjo.com\";s:7:\"subject\";s:63:\"[{blogname}] New customer order ({order_number}) - {order_date}\";s:7:\"heading\";s:18:\"New customer order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(591,'widget_nav_menu','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:15;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:14;}s:12:\"_multiwidget\";i:1;}','yes'),(596,'woocommerce_permalinks','a:4:{s:13:\"category_base\";s:0:\"\";s:8:\"tag_base\";s:0:\"\";s:14:\"attribute_base\";s:0:\"\";s:12:\"product_base\";s:11:\"/collection\";}','yes'),(622,'pa_size_children','a:0:{}','yes'),(631,'pa_material_children','a:0:{}','yes'),(648,'woocommerce_local_delivery_settings','a:7:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:14:\"Local Delivery\";s:4:\"type\";s:5:\"fixed\";s:3:\"fee\";s:1:\"5\";s:5:\"codes\";s:0:\"\";s:12:\"availability\";s:8:\"specific\";s:9:\"countries\";a:2:{i:0;s:2:\"IE\";i:1;s:2:\"GB\";}}','yes'),(691,'_shareyourcart_plugin_current_version','1.11.7','yes'),(680,'woocommerce_customer_new_account_settings','a:4:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:26:\"Your account on {blogname}\";s:7:\"heading\";s:21:\"Welcome to {blogname}\";s:10:\"email_type\";s:4:\"html\";}','yes'),(687,'woocommerce_google_analytics_settings','a:5:{s:5:\"ga_id\";s:13:\"UA-42176354-1\";s:18:\"ga_set_domain_name\";s:14:\"_setDomainName\";s:28:\"ga_standard_tracking_enabled\";s:3:\"yes\";s:29:\"ga_ecommerce_tracking_enabled\";s:3:\"yes\";s:25:\"ga_event_tracking_enabled\";s:3:\"yes\";}','yes'),(692,'woocommerce_shareyourcart_settings','a:6:{s:22:\"plugin_current_version\";s:6:\"1.11.7\";s:14:\"api_last_check\";i:1383830106;s:11:\"api_version\";s:15:\"20130927-143759\";s:14:\"latest_version\";s:6:\"1.11.7\";s:12:\"download_url\";s:50:\"http://wordpress.org/extend/plugins/shareyourcart/\";s:5:\"debug\";N;}','yes'),(693,'yith_wcwl_button_position','add-to-cart','yes'),(734,'woocommerce_cheque_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:14:\"Cheque Payment\";s:11:\"description\";s:102:\"Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";}','yes'),(713,'woocommerce_free_shipping_settings','a:6:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:13:\"Free Shipping\";s:12:\"availability\";s:3:\"all\";s:9:\"countries\";s:0:\"\";s:8:\"requires\";s:10:\"min_amount\";s:10:\"min_amount\";s:2:\"50\";}','yes'),(1536,'category_children','a:0:{}','yes'),(2322,'wpseo_permalinks','a:1:{s:10:\"cleanslugs\";s:2:\"on\";}','yes'),(1581,'widget_simple-social-icons','a:2:{i:2;a:23:{s:5:\"title\";s:0:\"\";s:4:\"size\";s:2:\"30\";s:13:\"border_radius\";s:1:\"3\";s:9:\"alignment\";s:9:\"alignleft\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ff6c2c\";s:16:\"background_color\";s:7:\"#000000\";s:22:\"background_color_hover\";s:7:\"#000000\";s:8:\"dribbble\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:33:\"https://www.facebook.com/mitjocom\";s:6:\"flickr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:39:\"https://plus.google.com/+Mitjocom/posts\";s:9:\"instagram\";s:30:\"http://instagram.com/mitjocom/\";s:8:\"linkedin\";s:0:\"\";s:9:\"pinterest\";s:34:\"http://www.pinterest.com/mitjocom/\";s:3:\"rss\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:28:\"https://twitter.com/mitjocom\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1957,'dbmanager_options','a:12:{s:13:\"mysqldumppath\";s:18:\"/usr/bin/mysqldump\";s:9:\"mysqlpath\";s:14:\"/usr/bin/mysql\";s:4:\"path\";s:71:\"/hermes/bosweb26a/b1705/ipg.mitjocom/mitjo/sandbox/sandbox/wp-content/backup-db\";s:10:\"max_backup\";i:10;s:6:\"backup\";i:1;s:11:\"backup_gzip\";i:0;s:13:\"backup_period\";i:604800;s:12:\"backup_email\";s:19:\"accounts@nr-3.co.uk\";s:8:\"optimize\";i:3;s:15:\"optimize_period\";i:86400;s:6:\"repair\";i:2;s:13:\"repair_period\";i:604800;}','yes'),(4837,'_wc_session_ECv70Wn8Yhq5v8S2CbUi5McDnt6vtEys','a:2:{s:6:\"errors\";N;s:8:\"messages\";N;}','no'),(4838,'_wc_session_expires_ECv70Wn8Yhq5v8S2CbUi5McDnt6vtEys','1400940494','no'),(2319,'wpseo_xml','a:2:{s:16:\"enablexmlsitemap\";s:2:\"on\";s:36:\"post_types-attachment-not_in_sitemap\";b:1;}','yes'),(2320,'wpseo_social','a:2:{s:9:\"opengraph\";s:2:\"on\";s:12:\"fbconnectkey\";s:32:\"87fd28dbb016751688fd5418f5930d30\";}','yes'),(2321,'wpseo_rss','a:1:{s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(2297,'ossdl_off_cdn_url','http://mitjo.com/sandbox','yes'),(2298,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(2299,'ossdl_off_exclude','.php','yes'),(2300,'ossdl_cname','','yes'),(2095,'yith-wcwl-page-id','278','yes'),(2096,'yith_wcwl_wishlist_page_id','278','yes'),(2097,'yith_wcwl_version','1.0.0','yes'),(2098,'yith_wcwl_db_version','1.0.0','yes'),(2099,'woocommerce_international_delivery_settings','a:9:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:22:\"International Delivery\";s:12:\"availability\";s:9:\"including\";s:9:\"countries\";a:22:{i:0;s:2:\"AR\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"BR\";i:4;s:2:\"DK\";i:5;s:2:\"FI\";i:6;s:2:\"FR\";i:7;s:2:\"DE\";i:8;s:2:\"HK\";i:9;s:2:\"JP\";i:10;s:2:\"LI\";i:11;s:2:\"LU\";i:12;s:2:\"MX\";i:13;s:2:\"MC\";i:14;s:2:\"NL\";i:15;s:2:\"ZA\";i:16;s:2:\"KR\";i:17;s:2:\"ES\";i:18;s:2:\"SE\";i:19;s:2:\"CH\";i:20;s:2:\"AE\";i:21;s:2:\"US\";}s:10:\"tax_status\";s:7:\"taxable\";s:4:\"type\";s:5:\"order\";s:4:\"cost\";s:2:\"12\";s:3:\"fee\";s:3:\"n/a\";s:11:\"minimum_fee\";s:0:\"\";}','yes'),(2100,'woocommerce_international_delivery_flat_rates','a:0:{}','yes'),(2338,'wpsupercache_start','1384954157','yes'),(2339,'wpsupercache_count','0','yes'),(2340,'wpsupercache_gc_time','1384960925','yes'),(2343,'preload_cache_counter','a:2:{s:1:\"c\";i:0;s:1:\"t\";i:1384954697;}','yes'),(3598,'rewrite_rules','a:134:{s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:14:\"sitemap\\.xslt$\";s:16:\"index.php?xslt=1\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:43:\"size/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?pa_size=$matches[1]&feed=$matches[2]\";s:38:\"size/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?pa_size=$matches[1]&feed=$matches[2]\";s:31:\"size/(.+?)/page/?([0-9]{1,})/?$\";s:47:\"index.php?pa_size=$matches[1]&paged=$matches[2]\";s:13:\"size/(.+?)/?$\";s:29:\"index.php?pa_size=$matches[1]\";s:44:\"color/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pa_color=$matches[1]&feed=$matches[2]\";s:39:\"color/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pa_color=$matches[1]&feed=$matches[2]\";s:32:\"color/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pa_color=$matches[1]&paged=$matches[2]\";s:14:\"color/(.+?)/?$\";s:30:\"index.php?pa_color=$matches[1]\";s:47:\"material/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?pa_material=$matches[1]&feed=$matches[2]\";s:42:\"material/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?pa_material=$matches[1]&feed=$matches[2]\";s:35:\"material/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?pa_material=$matches[1]&paged=$matches[2]\";s:17:\"material/(.+?)/?$\";s:33:\"index.php?pa_material=$matches[1]\";s:38:\"collection/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"collection/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"collection/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"collection/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"collection/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"collection/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:51:\"collection/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:46:\"collection/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:39:\"collection/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:46:\"collection/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:36:\"collection/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:42:\"collection/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"collection/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"collection/([^/]+)(/[0-9]+)?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:27:\"collection/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"collection/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"collection/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"collection/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"collection/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=48&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(3599,'can_compress_scripts','0','yes'),(3760,'_wc_session_expires_QQ8QMDjCmlRm9L1LZrNGMmzMRWYHGced','1388323104','yes'),(3531,'_wc_session_expires_PruawX9s6Hna4qYkMn4cehyGZxt2X7Rn','1386942772','yes'),(3597,'db_upgraded','','yes'),(3671,'_wc_session_expires_MIZgkG3Xbq7KTu2ZIyd0NSh5WlU4Y903','1387898904','yes'),(3635,'_wc_session_expires_LHdbvm68arzlkxfElQE4woqqeTRbYbir','1387491695','yes'),(4798,'_wc_session_expires_DR39sfbeyr0RReVQxSBbbcTRFg5de9fi','1400842979','no'),(4816,'_wc_session_x4PfzkonBS283WVSjSqtmUKty1ERONxm','a:2:{s:6:\"errors\";N;s:8:\"messages\";N;}','no'),(4797,'_wc_session_DR39sfbeyr0RReVQxSBbbcTRFg5de9fi','a:2:{s:6:\"errors\";N;s:8:\"messages\";N;}','no'),(4834,'_wc_session_LUDFkKvzNDgXvMC5DeEkudARxr9TqkH0','a:2:{s:6:\"errors\";N;s:8:\"messages\";N;}','no'),(4858,'_wc_session_JMh8cDfQt4YBPsbrlArEZtu8ZbyFd9my','a:2:{s:6:\"errors\";N;s:8:\"messages\";N;}','no'),(4830,'_wc_session_expires_VwJ1gRm5X1PoEs0MdtV6ITTGqGlU2GN8','1400923181','no'),(4829,'_wc_session_VwJ1gRm5X1PoEs0MdtV6ITTGqGlU2GN8','a:2:{s:6:\"errors\";N;s:8:\"messages\";N;}','no'),(4859,'_wc_session_expires_JMh8cDfQt4YBPsbrlArEZtu8ZbyFd9my','1401001982','no'),(4861,'_wc_session_GydR4EE9qeER7cx9FZU8u8amYax1lXe5','a:2:{s:6:\"errors\";N;s:8:\"messages\";N;}','no'),(4862,'_wc_session_expires_GydR4EE9qeER7cx9FZU8u8amYax1lXe5','1401005038','no'),(4840,'_wc_session_expires_5nnnZxaVTrUD6LFFNX4a5c2YWNKnqzw1','1400940538','no'),(4835,'_wc_session_expires_LUDFkKvzNDgXvMC5DeEkudARxr9TqkH0','1400935477','no'),(3397,'_transient_wc_rating_count_33','0','yes'),(3398,'_transient_wc_average_rating_33','','yes'),(3399,'_transient_wc_rating_count_34','0','yes'),(3400,'_transient_wc_average_rating_34','','yes'),(3401,'_transient_wc_rating_count_35','0','yes'),(3402,'_transient_wc_average_rating_35','','yes'),(3403,'_transient_wc_rating_count_36','0','yes'),(3404,'_transient_wc_average_rating_36','','yes'),(3405,'_transient_wc_rating_count_37','0','yes'),(3406,'_transient_wc_average_rating_37','','yes'),(3407,'_transient_wc_rating_count_38','0','yes'),(3408,'_transient_wc_average_rating_38','','yes'),(3409,'_transient_wc_rating_count_39','0','yes'),(3410,'_transient_wc_average_rating_39','','yes'),(3432,'_transient_woocommerce_processing_order_count','0','yes'),(4817,'_wc_session_expires_x4PfzkonBS283WVSjSqtmUKty1ERONxm','1400900012','no'),(3435,'_transient_wc_term_counts','a:1:{i:13;s:1:\"7\";}','yes'),(4871,'_site_transient_timeout_theme_roots','1400844857','yes'),(4872,'_site_transient_theme_roots','a:2:{s:12:\"neighborhood\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";}','yes'),(4677,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"accounts@nr-3.co.uk\";s:7:\"version\";s:5:\"3.8.3\";s:9:\"timestamp\";i:1400494441;}','yes');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_options` ENABLE KEYS */;
--
-- Table structure for table `8oid_postmeta`
--
DROP TABLE IF EXISTS `8oid_postmeta`;
CREATE TABLE `8oid_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,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=1889 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_postmeta`
--
/*!40000 ALTER TABLE `8oid_postmeta` DISABLE KEYS */;
LOCK TABLES `8oid_postmeta` WRITE;
INSERT INTO `8oid_postmeta` VALUES (795,128,'_additional_settings',''),(796,128,'_locale','en_US'),(792,128,'_mail','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:174:\"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 Mitjo (http://mitjo.com/sandbox/sandbox)\";s:9:\"recipient\";s:15:\"info@nr-3.co.uk\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(8,16,'_edit_last','1'),(9,16,'_edit_lock','1384810469:1'),(10,16,'_spb_js_status','true'),(11,16,'sf_background_image_size','cover'),(12,16,'sf_posts_slider','0'),(13,16,'sf_posts_slider_type','post'),(14,16,'sf_posts_slider_category','all'),(15,16,'sf_posts_slider_portfolio_category','all'),(16,16,'sf_posts_slider_count','5'),(17,16,'sf_page_title','0'),(18,16,'sf_page_title_bg','none'),(19,16,'sf_sidebar_config','no-sidebars'),(20,16,'sf_left_sidebar','Sidebar-1'),(21,16,'sf_right_sidebar','Sidebar-1'),(22,16,'sf_no_breadcrumbs','1'),(23,16,'sf_no_top_spacing','0'),(24,16,'sf_no_bottom_spacing','1'),(25,18,'_edit_last','1'),(26,18,'_edit_lock','1385197650:1'),(27,18,'_spb_js_status','false'),(28,18,'sf_background_image_size','cover'),(29,18,'sf_posts_slider','0'),(30,18,'sf_posts_slider_type','post'),(31,18,'sf_posts_slider_category','all'),(32,18,'sf_posts_slider_portfolio_category','all'),(33,18,'sf_posts_slider_count','5'),(34,18,'sf_page_title','0'),(35,18,'sf_page_title_bg','none'),(36,18,'sf_sidebar_config','no-sidebars'),(37,18,'sf_left_sidebar','Sidebar-1'),(38,18,'sf_right_sidebar','Sidebar-1'),(39,18,'sf_no_breadcrumbs','1'),(40,18,'sf_no_top_spacing','1'),(41,18,'sf_no_bottom_spacing','1'),(42,21,'_edit_last','1'),(43,21,'_spb_js_status','false'),(44,21,'sf_background_image_size','cover'),(45,21,'sf_posts_slider','0'),(46,21,'sf_posts_slider_type','post'),(47,21,'sf_posts_slider_category','all'),(48,21,'sf_posts_slider_portfolio_category','all'),(49,21,'sf_posts_slider_count','5'),(50,21,'sf_page_title','0'),(51,21,'sf_page_title_bg','none'),(52,21,'sf_sidebar_config','right-sidebar'),(53,21,'sf_left_sidebar','Sidebar-1'),(54,21,'sf_right_sidebar','Sidebar-2'),(55,21,'sf_no_breadcrumbs','1'),(56,21,'sf_no_top_spacing','0'),(57,21,'sf_no_bottom_spacing','1'),(58,21,'_edit_lock','1384990115:1'),(59,23,'_edit_last','1'),(60,23,'_spb_js_status','false'),(61,23,'sf_background_image_size','cover'),(62,23,'sf_posts_slider','0'),(63,23,'sf_posts_slider_type','post'),(64,23,'sf_posts_slider_category','all'),(65,23,'sf_posts_slider_portfolio_category','all'),(66,23,'sf_posts_slider_count','5'),(67,23,'sf_page_title','0'),(68,23,'sf_page_title_bg','none'),(69,23,'sf_sidebar_config','right-sidebar'),(70,23,'sf_left_sidebar','Sidebar-2'),(71,23,'sf_right_sidebar','Sidebar-2'),(72,23,'sf_no_breadcrumbs','1'),(73,23,'sf_no_top_spacing','0'),(74,23,'sf_no_bottom_spacing','1'),(75,23,'_edit_lock','1384990159:1'),(76,25,'_edit_last','1'),(77,25,'_spb_js_status','false'),(78,25,'sf_background_image_size','cover'),(79,25,'sf_posts_slider','0'),(80,25,'sf_posts_slider_type','post'),(81,25,'sf_posts_slider_category','all'),(82,25,'sf_posts_slider_portfolio_category','all'),(83,25,'sf_posts_slider_count','5'),(84,25,'sf_page_title','0'),(85,25,'sf_page_title_bg','none'),(86,25,'sf_sidebar_config','right-sidebar'),(87,25,'sf_left_sidebar','Sidebar-1'),(88,25,'sf_right_sidebar','Sidebar-2'),(89,25,'sf_no_breadcrumbs','1'),(90,25,'sf_no_top_spacing','0'),(91,25,'sf_no_bottom_spacing','1'),(92,25,'_edit_lock','1385219219:1'),(93,27,'_edit_last','1'),(94,27,'_spb_js_status','false'),(95,27,'sf_background_image_size','cover'),(96,27,'sf_posts_slider','0'),(97,27,'sf_posts_slider_type','post'),(98,27,'sf_posts_slider_category','all'),(99,27,'sf_posts_slider_portfolio_category','all'),(100,27,'sf_posts_slider_count','5'),(101,27,'sf_page_title','0'),(102,27,'sf_page_title_bg','none'),(103,27,'sf_sidebar_config','right-sidebar'),(104,27,'sf_left_sidebar','Sidebar-1'),(105,27,'sf_right_sidebar','Sidebar-2'),(106,27,'sf_no_breadcrumbs','1'),(107,27,'sf_no_top_spacing','0'),(108,27,'sf_no_bottom_spacing','1'),(109,27,'_edit_lock','1385219373:1'),(110,29,'_edit_last','1'),(111,29,'_spb_js_status','false'),(112,29,'sf_background_image_size','cover'),(113,29,'sf_posts_slider','0'),(114,29,'sf_posts_slider_type','post'),(115,29,'sf_posts_slider_category','all'),(116,29,'sf_posts_slider_portfolio_category','all'),(117,29,'sf_posts_slider_count','5'),(118,29,'sf_page_title','0'),(119,29,'sf_page_title_bg','none'),(120,29,'sf_sidebar_config','no-sidebars'),(121,29,'sf_left_sidebar','Sidebar-1'),(122,29,'sf_right_sidebar','Sidebar-1'),(123,29,'sf_no_breadcrumbs','1'),(124,29,'sf_no_top_spacing','1'),(125,29,'sf_no_bottom_spacing','1'),(126,29,'_edit_lock','1384893792:1'),(127,31,'_edit_last','1'),(128,31,'_spb_js_status','false'),(129,31,'sf_background_image_size','cover'),(130,31,'sf_posts_slider','0'),(131,31,'sf_posts_slider_type','post'),(132,31,'sf_posts_slider_category','all'),(133,31,'sf_posts_slider_portfolio_category','all'),(134,31,'sf_posts_slider_count','5'),(135,31,'sf_page_title','0'),(136,31,'sf_page_title_bg','none'),(137,31,'sf_sidebar_config','right-sidebar'),(138,31,'sf_left_sidebar','Sidebar-1'),(139,31,'sf_right_sidebar','Sidebar-2'),(140,31,'sf_no_breadcrumbs','1'),(141,31,'sf_no_top_spacing','0'),(142,31,'sf_no_bottom_spacing','1'),(143,31,'_edit_lock','1384990374:1'),(144,33,'_edit_last','1'),(145,33,'_visibility','visible'),(146,33,'_stock_status','instock'),(147,33,'_spb_js_status','false'),(148,33,'total_sales','0'),(149,33,'_downloadable','no'),(150,33,'_virtual','no'),(151,33,'_product_image_gallery','332,331'),(152,33,'_regular_price','28'),(153,33,'_sale_price',''),(154,33,'_purchase_note',''),(155,33,'_featured','no'),(156,33,'_weight',''),(157,33,'_length',''),(158,33,'_width',''),(159,33,'_height',''),(160,33,'_sku','AYM205/1305/N'),(161,33,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(162,33,'_sale_price_dates_from',''),(163,33,'_sale_price_dates_to',''),(164,33,'_price','28'),(165,33,'_sold_individually',''),(166,33,'_stock','4'),(167,33,'_backorders','no'),(168,33,'_manage_stock','yes'),(169,33,'sf_page_title','0'),(170,33,'sf_no_breadcrumbs','1'),(171,33,'sf_page_title_bg','none'),(172,33,'sf_sidebar_config','no-sidebars'),(173,33,'sf_left_sidebar','Sidebar-1'),(174,33,'sf_right_sidebar','Sidebar-1'),(175,33,'_edit_lock','1385029657:1'),(176,34,'_edit_last','1'),(177,34,'_visibility','visible'),(178,34,'_stock_status','instock'),(179,34,'_spb_js_status','false'),(180,34,'total_sales','0'),(181,34,'_downloadable','no'),(182,34,'_virtual','no'),(183,34,'_product_image_gallery','312,311'),(184,34,'_regular_price','28'),(185,34,'_sale_price',''),(186,34,'_purchase_note',''),(187,34,'_featured','no'),(188,34,'_weight',''),(189,34,'_length',''),(190,34,'_width',''),(191,34,'_height',''),(192,34,'_sku','AYM201/1304/N'),(193,34,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(194,34,'_sale_price_dates_from',''),(195,34,'_sale_price_dates_to',''),(196,34,'_price','28'),(197,34,'_sold_individually',''),(198,34,'_stock','1'),(199,34,'_backorders','no'),(200,34,'_manage_stock','yes'),(201,34,'sf_page_title','0'),(202,34,'sf_no_breadcrumbs','1'),(203,34,'sf_page_title_bg','none'),(204,34,'sf_sidebar_config','no-sidebars'),(205,34,'sf_left_sidebar','Sidebar-1'),(206,34,'sf_right_sidebar','Sidebar-1'),(207,34,'_edit_lock','1385033540:1'),(208,35,'_edit_last','1'),(209,35,'_visibility','visible'),(210,35,'_stock_status','instock'),(211,35,'_spb_js_status','false'),(212,35,'total_sales','0'),(213,35,'_downloadable','no'),(214,35,'_virtual','no'),(215,35,'_product_image_gallery','316,315'),(216,35,'_regular_price','28'),(217,35,'_sale_price',''),(218,35,'_purchase_note',''),(219,35,'_featured','no'),(220,35,'_weight',''),(221,35,'_length',''),(222,35,'_width',''),(223,35,'_height',''),(224,35,'_sku','AYM201/1303/N'),(225,35,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(226,35,'_sale_price_dates_from',''),(227,35,'_sale_price_dates_to',''),(228,35,'_price','28'),(229,35,'_sold_individually',''),(230,35,'_stock','2'),(231,35,'_backorders','no'),(232,35,'_manage_stock','yes'),(233,35,'sf_page_title','0'),(234,35,'sf_no_breadcrumbs','1'),(235,35,'sf_page_title_bg','none'),(236,35,'sf_sidebar_config','no-sidebars'),(237,35,'sf_left_sidebar','Sidebar-1'),(238,35,'sf_right_sidebar','Sidebar-1'),(239,35,'_edit_lock','1385220389:1'),(240,36,'_edit_last','1'),(241,36,'_visibility','visible'),(242,36,'_stock_status','instock'),(243,36,'_spb_js_status','false'),(244,36,'total_sales','0'),(245,36,'_downloadable','no'),(246,36,'_virtual','no'),(247,36,'_product_image_gallery','320,319'),(248,36,'_regular_price','28'),(249,36,'_sale_price',''),(250,36,'_purchase_note',''),(251,36,'_featured','no'),(252,36,'_weight',''),(253,36,'_length',''),(254,36,'_width',''),(255,36,'_height',''),(256,36,'_sku','AYM206/1301/N'),(257,36,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(258,36,'_sale_price_dates_from',''),(259,36,'_sale_price_dates_to',''),(260,36,'_price','28'),(261,36,'_sold_individually',''),(262,36,'_stock','2'),(263,36,'_backorders','no'),(264,36,'_manage_stock','yes'),(265,36,'sf_page_title','0'),(266,36,'sf_no_breadcrumbs','1'),(267,36,'sf_page_title_bg','none'),(268,36,'sf_sidebar_config','no-sidebars'),(269,36,'sf_left_sidebar','Sidebar-1'),(270,36,'sf_right_sidebar','Sidebar-1'),(271,36,'_edit_lock','1385219941:1'),(272,37,'_edit_last','1'),(273,37,'_visibility','visible'),(274,37,'_stock_status','instock'),(275,37,'_spb_js_status','false'),(276,37,'total_sales','0'),(277,37,'_downloadable','no'),(278,37,'_virtual','no'),(279,37,'_product_image_gallery','306,309'),(280,37,'_regular_price','28'),(281,37,'_sale_price',''),(282,37,'_purchase_note',''),(283,37,'_featured','no'),(284,37,'_weight',''),(285,37,'_length',''),(286,37,'_width',''),(287,37,'_height',''),(288,37,'_sku','AYM201/1301/N'),(289,37,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(290,37,'_sale_price_dates_from',''),(291,37,'_sale_price_dates_to',''),(292,37,'_price','28'),(293,37,'_sold_individually',''),(294,37,'_stock','2'),(295,37,'_backorders','no'),(296,37,'_manage_stock','yes'),(297,37,'sf_page_title','0'),(298,37,'sf_no_breadcrumbs','1'),(299,37,'sf_page_title_bg','none'),(300,37,'sf_sidebar_config','no-sidebars'),(301,37,'sf_left_sidebar','Sidebar-1'),(302,37,'sf_right_sidebar','Sidebar-1'),(303,37,'_edit_lock','1385028575:1'),(304,38,'_edit_last','1'),(305,38,'_edit_lock','1385028512:1'),(306,38,'_visibility','visible'),(307,38,'_stock_status','instock'),(308,38,'_spb_js_status','false'),(309,38,'total_sales','0'),(310,38,'_downloadable','no'),(311,38,'_virtual','no'),(312,38,'_product_image_gallery','324,323'),(313,38,'_regular_price','28'),(314,38,'_sale_price',''),(315,38,'_purchase_note',''),(316,38,'_featured','no'),(317,38,'_weight',''),(318,38,'_length',''),(319,38,'_width',''),(320,38,'_height',''),(321,38,'_sku','AYM205/1302/N'),(322,38,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(323,38,'_sale_price_dates_from',''),(324,38,'_sale_price_dates_to',''),(325,38,'_price','28'),(326,38,'_sold_individually',''),(327,38,'_stock','5'),(328,38,'_backorders','no'),(329,38,'_manage_stock','yes'),(330,38,'sf_page_title','0'),(331,38,'sf_no_breadcrumbs','1'),(332,38,'sf_page_title_bg','none'),(333,38,'sf_sidebar_config','no-sidebars'),(334,38,'sf_left_sidebar','Sidebar-1'),(335,38,'sf_right_sidebar','Sidebar-1'),(336,39,'_edit_last','1'),(337,39,'_edit_lock','1385041181:1'),(338,39,'_visibility','visible'),(339,39,'_stock_status','instock'),(340,39,'_spb_js_status','false'),(341,39,'total_sales','0'),(342,39,'_downloadable','no'),(343,39,'_virtual','no'),(344,39,'_product_image_gallery','328,327'),(345,39,'_regular_price','28'),(346,39,'_sale_price',''),(347,39,'_purchase_note',''),(348,39,'_featured','no'),(349,39,'_weight',''),(350,39,'_length',''),(351,39,'_width',''),(352,39,'_height',''),(353,39,'_sku','AYM205/1301/N'),(354,39,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(355,39,'_sale_price_dates_from',''),(356,39,'_sale_price_dates_to',''),(357,39,'_price','28'),(358,39,'_sold_individually',''),(359,39,'_stock','5'),(360,39,'_backorders','no'),(361,39,'_manage_stock','yes'),(362,39,'sf_page_title','0'),(363,39,'sf_no_breadcrumbs','1'),(364,39,'sf_page_title_bg','none'),(365,39,'sf_sidebar_config','no-sidebars'),(366,39,'sf_left_sidebar','Sidebar-1'),(367,39,'sf_right_sidebar','Sidebar-1'),(368,37,'_wp_old_slug','floral-sock-navy-by-ayame'),(369,36,'_wp_old_slug','thunder-sock-navy-by-ayame'),(370,35,'_wp_old_slug','floral-sock-green-by-ayame'),(371,34,'_wp_old_slug','lightning-sock-yellow-by-ayame'),(372,33,'_wp_old_slug','multi-border-sock-hazel-top-by-ayame'),(993,253,'_wp_attached_file','2013/11/MITJO-SOCK-OF-APPROVAL-TEXT.png'),(994,253,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:245;s:4:\"file\";s:39:\"2013/11/MITJO-SOCK-OF-APPROVAL-TEXT.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"MITJO-SOCK-OF-APPROVAL-TEXT-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 25.0% (2.7 KB)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"MITJO-SOCK-OF-APPROVAL-TEXT-300x91.png\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 25.6% (3.6 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:39:\"MITJO-SOCK-OF-APPROVAL-TEXT-220x150.png\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 24.8% (4 KB)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:37:\"MITJO-SOCK-OF-APPROVAL-TEXT-94x70.png\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 31.1% (1.3 KB)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:39:\"MITJO-SOCK-OF-APPROVAL-TEXT-600x245.png\";s:5:\"width\";i:600;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 16.5% (2.4 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:39:\"MITJO-SOCK-OF-APPROVAL-TEXT-250x245.png\";s:5:\"width\";i:250;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 36.1% (2.5 KB)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"MITJO-SOCK-OF-APPROVAL-TEXT-750x245.png\";s:5:\"width\";i:750;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 15.9% (2.7 KB)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:39:\"MITJO-SOCK-OF-APPROVAL-TEXT-750x245.png\";s:5:\"width\";i:750;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 15.9% (2.7 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 23.9% (3.8 KB)\";}'),(389,48,'_edit_last','1'),(390,48,'_edit_lock','1388403764:1'),(391,48,'_spb_js_status','true'),(392,48,'sf_background_image_size','cover'),(393,48,'sf_posts_slider','0'),(394,48,'sf_posts_slider_type','post'),(395,48,'sf_posts_slider_category','all'),(396,48,'sf_posts_slider_portfolio_category','all'),(397,48,'sf_posts_slider_count','5'),(398,48,'sf_page_title','0'),(399,48,'sf_page_title_bg','none'),(400,48,'sf_sidebar_config','no-sidebars'),(401,48,'sf_left_sidebar','Sidebar-1'),(402,48,'sf_right_sidebar','Sidebar-1'),(403,48,'sf_no_breadcrumbs','1'),(404,48,'sf_no_top_spacing','1'),(405,48,'sf_no_bottom_spacing','1'),(406,48,'sf_rev_slider_alias','Home'),(968,238,'_wp_attached_file','2013/11/mitjo_ayame_home_page_11_2013.png'),(969,238,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:651;s:6:\"height\";i:191;s:4:\"file\";s:41:\"2013/11/mitjo_ayame_home_page_11_2013.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 29.4% (4.9 KB)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"mitjo_ayame_home_page_11_2013-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 30.4% (3.7 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-220x150.png\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 30.4% (6.5 KB)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:39:\"mitjo_ayame_home_page_11_2013-94x70.png\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 32.6% (2.4 KB)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-600x191.png\";s:5:\"width\";i:600;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 43.4% (6.3 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-250x191.png\";s:5:\"width\";i:250;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 43.0% (4.8 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 34.7% (4.4 KB)\";}'),(941,224,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:782;s:6:\"height\";i:267;s:4:\"file\";s:26:\"2013/11/Logo-Artwork-R.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Logo-Artwork-R-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 24.2% (1.4 KB)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Logo-Artwork-R-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 20.5% (2.6 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"Logo-Artwork-R-220x150.png\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 23.2% (2 KB)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:24:\"Logo-Artwork-R-94x70.png\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:29:\"Reduced by 15.9% (388 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:26:\"Logo-Artwork-R-600x267.png\";s:5:\"width\";i:600;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.4% (488 B)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:26:\"Logo-Artwork-R-250x250.png\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 22.0% (3 KB)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"Logo-Artwork-R-750x267.png\";s:5:\"width\";i:750;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.8% (748 B)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"Logo-Artwork-R-750x267.png\";s:5:\"width\";i:750;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.8% (748 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:10:\"No savings\";}'),(411,52,'_menu_item_type','post_type'),(412,52,'_menu_item_menu_item_parent','0'),(413,52,'_menu_item_object_id','18'),(414,52,'_menu_item_object','page'),(415,52,'_menu_item_target',''),(416,52,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(417,52,'_menu_item_xfn',''),(418,52,'_menu_item_url',''),(420,53,'_menu_item_type','post_type'),(421,53,'_menu_item_menu_item_parent','0'),(422,53,'_menu_item_object_id','16'),(423,53,'_menu_item_object','page'),(424,53,'_menu_item_target',''),(425,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(426,53,'_menu_item_xfn',''),(427,53,'_menu_item_url',''),(469,73,'_menu_item_type','post_type'),(443,67,'_edit_last','1'),(444,67,'_spb_js_status','false'),(445,67,'sf_background_image_size','cover'),(446,67,'sf_posts_slider','0'),(447,67,'sf_posts_slider_type','post'),(448,67,'sf_posts_slider_category','all'),(449,67,'sf_posts_slider_portfolio_category','all'),(450,67,'sf_posts_slider_count','5'),(451,67,'sf_page_title','0'),(452,67,'sf_page_title_bg','none'),(453,67,'sf_sidebar_config','no-sidebars'),(454,67,'sf_left_sidebar','Sidebar-2'),(455,67,'sf_right_sidebar','Sidebar-1'),(456,67,'sf_no_breadcrumbs','1'),(457,67,'sf_no_top_spacing','0'),(458,67,'sf_no_bottom_spacing','1'),(459,67,'_edit_lock','1385220671:1'),(940,224,'_wp_attached_file','2013/11/Logo-Artwork-R.png'),(431,56,'_wp_attached_file','2013/11/home-page-icons-2.jpg'),(432,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:100;s:4:\"file\";s:29:\"2013/11/home-page-icons-2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"home-page-icons-2-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 12.7% (725 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"home-page-icons-2-300x40.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.3% (406 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"home-page-icons-2-220x100.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 12.8% (1 KB)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:27:\"home-page-icons-2-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 11.8% (372 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:29:\"home-page-icons-2-600x100.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 12.0% (2.1 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"home-page-icons-2-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 10.9% (371 B)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"home-page-icons-2-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 12.7% (725 B)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:29:\"home-page-icons-2-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 12.9% (1.3 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:10:\"No savings\";}'),(433,58,'_wp_attached_file','2013/11/home-page-icons-11.jpg'),(434,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:100;s:4:\"file\";s:30:\"2013/11/home-page-icons-11.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"home-page-icons-11-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 11.8% (682 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"home-page-icons-11-300x40.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.9% (417 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"home-page-icons-11-220x100.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 11.8% (986 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:28:\"home-page-icons-11-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 10.7% (339 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:30:\"home-page-icons-11-600x100.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.8% (2.1 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:28:\"home-page-icons-11-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 11.1% (400 B)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"home-page-icons-11-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 11.8% (682 B)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:30:\"home-page-icons-11-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 12.6% (1.3 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:10:\"No savings\";}'),(441,63,'_wp_attached_file','2013/11/home-page-icons-3.jpg'),(442,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:100;s:4:\"file\";s:29:\"2013/11/home-page-icons-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"home-page-icons-3-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 10.2% (621 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"home-page-icons-3-300x40.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.6% (473 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"home-page-icons-3-220x100.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.8% (1019 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:27:\"home-page-icons-3-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.7% (247 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:29:\"home-page-icons-3-600x100.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.9% (2.3 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:27:\"home-page-icons-3-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.5% (312 B)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"home-page-icons-3-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 10.2% (621 B)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:29:\"home-page-icons-3-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.9% (1.3 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:26:\"Reduced by 0.0% (4 B)\";}'),(470,73,'_menu_item_menu_item_parent','0'),(471,73,'_menu_item_object_id','67'),(472,73,'_menu_item_object','page'),(473,73,'_menu_item_target',''),(474,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(475,73,'_menu_item_xfn',''),(476,73,'_menu_item_url',''),(478,74,'_menu_item_type','post_type'),(479,74,'_menu_item_menu_item_parent','0'),(480,74,'_menu_item_object_id','31'),(481,74,'_menu_item_object','page'),(482,74,'_menu_item_target',''),(483,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(484,74,'_menu_item_xfn',''),(485,74,'_menu_item_url',''),(487,75,'_menu_item_type','post_type'),(488,75,'_menu_item_menu_item_parent','0'),(489,75,'_menu_item_object_id','29'),(490,75,'_menu_item_object','page'),(491,75,'_menu_item_target',''),(492,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(493,75,'_menu_item_xfn',''),(494,75,'_menu_item_url',''),(496,76,'_menu_item_type','post_type'),(497,76,'_menu_item_menu_item_parent','0'),(498,76,'_menu_item_object_id','27'),(499,76,'_menu_item_object','page'),(500,76,'_menu_item_target',''),(501,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(502,76,'_menu_item_xfn',''),(503,76,'_menu_item_url',''),(505,77,'_menu_item_type','post_type'),(506,77,'_menu_item_menu_item_parent','0'),(507,77,'_menu_item_object_id','25'),(508,77,'_menu_item_object','page'),(509,77,'_menu_item_target',''),(510,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(511,77,'_menu_item_xfn',''),(512,77,'_menu_item_url',''),(514,78,'_menu_item_type','post_type'),(515,78,'_menu_item_menu_item_parent','0'),(516,78,'_menu_item_object_id','23'),(517,78,'_menu_item_object','page'),(518,78,'_menu_item_target',''),(519,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(520,78,'_menu_item_xfn',''),(521,78,'_menu_item_url',''),(523,79,'_menu_item_type','post_type'),(524,79,'_menu_item_menu_item_parent','0'),(525,79,'_menu_item_object_id','21'),(526,79,'_menu_item_object','page'),(527,79,'_menu_item_target',''),(528,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(529,79,'_menu_item_xfn',''),(530,79,'_menu_item_url',''),(1622,39,'_thumbnail_id','329'),(1637,38,'_thumbnail_id','325'),(1652,37,'_thumbnail_id','307'),(1667,36,'_thumbnail_id','321'),(1682,35,'_thumbnail_id','317'),(1697,34,'_thumbnail_id','313'),(1712,33,'_thumbnail_id','333'),(597,8,'_edit_lock','1384990015:1'),(598,8,'_edit_last','1'),(599,8,'_spb_js_status','false'),(600,8,'sf_background_image_size','cover'),(601,8,'sf_posts_slider','0'),(602,8,'sf_posts_slider_type','post'),(603,8,'sf_posts_slider_category','all'),(604,8,'sf_posts_slider_portfolio_category','all'),(605,8,'sf_posts_slider_count','5'),(606,8,'sf_page_title','0'),(607,8,'sf_page_title_bg','none'),(608,8,'sf_sidebar_config','no-sidebars'),(609,8,'sf_left_sidebar','Sidebar-1'),(610,8,'sf_right_sidebar','Sidebar-1'),(611,8,'sf_no_breadcrumbs','1'),(612,8,'sf_no_top_spacing','0'),(613,8,'sf_no_bottom_spacing','1'),(614,14,'_edit_lock','1384989883:1'),(615,14,'_edit_last','1'),(616,14,'_spb_js_status','false'),(617,14,'sf_background_image_size','cover'),(618,14,'sf_posts_slider','0'),(619,14,'sf_posts_slider_type','post'),(620,14,'sf_posts_slider_category','all'),(621,14,'sf_posts_slider_portfolio_category','all'),(622,14,'sf_posts_slider_count','5'),(623,14,'sf_page_title','1'),(624,14,'sf_page_title_bg','none'),(625,14,'sf_sidebar_config','no-sidebars'),(626,14,'sf_left_sidebar','Sidebar-1'),(627,14,'sf_right_sidebar','Sidebar-1'),(628,14,'sf_no_breadcrumbs','1'),(629,14,'sf_no_top_spacing','0'),(630,14,'sf_no_bottom_spacing','1'),(631,15,'_edit_lock','1384990061:1'),(632,15,'_edit_last','1'),(633,15,'_spb_js_status','false'),(634,15,'sf_background_image_size','cover'),(635,15,'sf_posts_slider','0'),(636,15,'sf_posts_slider_type','post'),(637,15,'sf_posts_slider_category','all'),(638,15,'sf_posts_slider_portfolio_category','all'),(639,15,'sf_posts_slider_count','5'),(640,15,'sf_page_title','0'),(641,15,'sf_page_title_bg','none'),(642,15,'sf_sidebar_config','no-sidebars'),(643,15,'sf_left_sidebar','Sidebar-1'),(644,15,'sf_right_sidebar','Sidebar-1'),(645,15,'sf_no_breadcrumbs','1'),(646,15,'sf_no_top_spacing','0'),(647,15,'sf_no_bottom_spacing','1'),(648,9,'_edit_lock','1384990248:1'),(649,12,'_edit_lock','1384989940:1'),(650,12,'_edit_last','1'),(651,12,'_spb_js_status','false'),(652,12,'sf_background_image_size','cover'),(653,12,'sf_posts_slider','0'),(654,12,'sf_posts_slider_type','post'),(655,12,'sf_posts_slider_category','all'),(656,12,'sf_posts_slider_portfolio_category','all'),(657,12,'sf_posts_slider_count','5'),(658,12,'sf_page_title','0'),(659,12,'sf_page_title_bg','none'),(660,12,'sf_sidebar_config','no-sidebars'),(661,12,'sf_left_sidebar','Sidebar-1'),(662,12,'sf_right_sidebar','Sidebar-1'),(663,12,'sf_no_breadcrumbs','1'),(664,12,'sf_no_top_spacing','0'),(665,12,'sf_no_bottom_spacing','1'),(666,10,'_edit_lock','1384990191:1'),(667,10,'_edit_last','1'),(668,10,'_spb_js_status','false'),(669,10,'sf_background_image_size','cover'),(670,10,'sf_posts_slider','0'),(671,10,'sf_posts_slider_type','post'),(672,10,'sf_posts_slider_category','all'),(673,10,'sf_posts_slider_portfolio_category','all'),(674,10,'sf_posts_slider_count','5'),(675,10,'sf_page_title','0'),(676,10,'sf_page_title_bg','none'),(677,10,'sf_sidebar_config','no-sidebars'),(678,10,'sf_left_sidebar','Sidebar-1'),(679,10,'sf_right_sidebar','Sidebar-1'),(680,10,'sf_no_breadcrumbs','1'),(681,10,'sf_no_top_spacing','0'),(682,10,'sf_no_bottom_spacing','1'),(683,13,'_edit_lock','1384990218:1'),(684,13,'_edit_last','1'),(685,13,'_spb_js_status','false'),(686,13,'sf_background_image_size','cover'),(687,13,'sf_posts_slider','0'),(688,13,'sf_posts_slider_type','post'),(689,13,'sf_posts_slider_category','all'),(690,13,'sf_posts_slider_portfolio_category','all'),(691,13,'sf_posts_slider_count','5'),(692,13,'sf_page_title','0'),(693,13,'sf_page_title_bg','none'),(694,13,'sf_sidebar_config','no-sidebars'),(695,13,'sf_left_sidebar','Sidebar-1'),(696,13,'sf_right_sidebar','Sidebar-1'),(697,13,'sf_no_breadcrumbs','1'),(698,13,'sf_no_top_spacing','0'),(699,13,'sf_no_bottom_spacing','1'),(700,11,'_edit_lock','1384990275:1'),(701,11,'_edit_last','1'),(702,11,'_spb_js_status','false'),(703,11,'sf_background_image_size','cover'),(704,11,'sf_posts_slider','0'),(705,11,'sf_posts_slider_type','post'),(706,11,'sf_posts_slider_category','all'),(707,11,'sf_posts_slider_portfolio_category','all'),(708,11,'sf_posts_slider_count','5'),(709,11,'sf_page_title','0'),(710,11,'sf_page_title_bg','none'),(711,11,'sf_sidebar_config','no-sidebars'),(712,11,'sf_left_sidebar','Sidebar-1'),(713,11,'sf_right_sidebar','Sidebar-1'),(714,11,'sf_no_breadcrumbs','1'),(715,11,'sf_no_top_spacing','0'),(716,11,'sf_no_bottom_spacing','1'),(734,39,'sf_product_short_description','<h2>Multi Border</h2>\r\n- Thick, bold and colourful. These hand crafted, Japanese, Ayamé socks are made to last.'),(735,39,'sf_product_description','Ayamé products invigorate everyday life. Manufactured in Japan by experienced Japanese craftsmen, Ayamé socks are top quality fashion items. Their unique textures and knitting styles enhance their bright colourful expression.'),(736,38,'sf_product_short_description','<h2>Multi Border</h2>\r\n- Thick, bold and colourful. These hand crafted, Japanese, Ayamé socks are made to last.'),(737,38,'sf_product_description','Ayamé products invigorate everyday life. Manufactured in Japan by experienced Japanese craftsmen, Ayamé socks are top quality fashion items. Their unique textures and knitting styles enhance their bright colourful expression.'),(738,37,'sf_product_short_description','<h2>Floral</h2>\r\n- Hand made, full of detail and made out of the finest cotton. The Ayame Floral range is a true work of art. Ayamé socks.'),(739,37,'sf_product_description','Ayamé products invigorate everyday life. Manufactured in Japan by experienced Japanese craftsmen, Ayamé socks are top quality fashion items. Their unique textures and knitting styles enhance their bright colourful expression.'),(740,36,'sf_product_short_description','<h2>Thunder</h2>\r\n- Hear the thunder rumble as you stroll along in these bright, flamboyant, hand crafted, Japanese, Ayamé socks.'),(741,36,'sf_product_description','Ayamé products invigorate everyday life. Manufactured in Japan by experienced Japanese craftsmen, Ayamé socks are top quality fashion items. Their unique textures and knitting styles enhance their bright colourful expression.'),(742,35,'sf_product_short_description','<h2>FLORAL</h2>\r\n- Fine hand made full of detail and made out of the finest cotton, The Ayame Floral is a try piece of art, Ayamé socks.'),(743,35,'sf_product_description','Ayamé products invigorate everyday life. Manufactured in Japan by experienced Japanese craftsmen, Ayamé socks are top quality fashion items. Their unique textures and knitting styles enhance their bright colourful expression.'),(744,34,'sf_product_short_description','<h2>Lightning</h2>\r\n- Get there in a flash with these featherweight, hand crafted, Japanese, Ayamé socks.'),(745,34,'sf_product_description','Ayamé products invigorate everyday life. Manufactured in Japan by experienced Japanese craftsmen, Ayamé socks are top quality fashion items. Their unique textures and knitting styles enhance their bright colourful expression.'),(746,33,'sf_product_short_description','<h2>Multi Border</h2>\r\n- Thick, bold and colourful. These hand crafted, Japanese, Ayamé socks are made to last.'),(747,33,'sf_product_description','Ayamé products invigorate everyday life. Manufactured in Japan by experienced Japanese craftsmen, Ayamé socks are top quality fashion items. Their unique textures and knitting styles enhance their bright colourful expression.'),(748,124,'_wp_attached_file','2013/11/mitjo_logo1.jpg'),(749,124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:254;s:6:\"height\";i:93;s:4:\"file\";s:23:\"2013/11/mitjo_logo1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"mitjo_logo1-150x93.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 10.5% (399 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"mitjo_logo1-220x93.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 9.1% (545 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:21:\"mitjo_logo1-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 9.7% (250 B)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:22:\"mitjo_logo1-250x93.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 9.6% (692 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:10:\"No savings\";}'),(750,124,'_edit_lock','1383829679:1'),(794,128,'_messages','a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";}'),(793,128,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:113:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Mitjo (http://mitjo.com/sandbox/sandbox)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(751,7,'_edit_lock','1384989849:1'),(791,128,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(758,7,'_edit_last','1'),(759,7,'_spb_js_status','false'),(760,7,'sf_background_image_size','cover'),(761,7,'sf_posts_slider','0'),(762,7,'sf_posts_slider_type','post'),(763,7,'sf_posts_slider_category','all'),(764,7,'sf_posts_slider_portfolio_category','all'),(765,7,'sf_posts_slider_count','5'),(766,7,'sf_page_title','0'),(767,7,'sf_page_title_bg','none'),(768,7,'sf_sidebar_config','no-sidebars'),(769,7,'sf_left_sidebar','Sidebar-1'),(770,7,'sf_right_sidebar','Sidebar-1'),(771,7,'sf_no_breadcrumbs','1'),(772,7,'sf_no_top_spacing','0'),(773,7,'sf_no_bottom_spacing','1'),(774,6,'_edit_lock','1383831625:1'),(775,6,'_edit_last','1'),(776,6,'_spb_js_status','false'),(777,6,'sf_background_image_size','cover'),(778,6,'sf_posts_slider','0'),(779,6,'sf_posts_slider_type','post'),(780,6,'sf_posts_slider_category','all'),(781,6,'sf_posts_slider_portfolio_category','all'),(782,6,'sf_posts_slider_count','5'),(783,6,'sf_page_title','0'),(784,6,'sf_page_title_bg','none'),(785,6,'sf_sidebar_config','no-sidebars'),(786,6,'sf_left_sidebar','Sidebar-1'),(787,6,'sf_right_sidebar','Sidebar-1'),(788,6,'sf_no_breadcrumbs','0'),(789,6,'sf_no_top_spacing','0'),(790,6,'sf_no_bottom_spacing','0'),(1888,48,'sf_page_title_one','Mitjó - socks - The Unusual Thread'),(835,135,'_edit_last','1'),(836,135,'_edit_lock','1385040320:1'),(837,135,'_spb_js_status','true'),(838,135,'sf_background_image_size','cover'),(839,135,'sf_posts_slider','0'),(840,135,'sf_posts_slider_type','post'),(841,135,'sf_posts_slider_category','all'),(842,135,'sf_posts_slider_portfolio_category','all'),(843,135,'sf_posts_slider_count','5'),(844,135,'sf_page_title','0'),(845,135,'sf_page_title_bg','none'),(846,135,'sf_sidebar_config','no-sidebars'),(847,135,'sf_left_sidebar','Sidebar-1'),(848,135,'sf_right_sidebar','Sidebar-1'),(849,135,'sf_no_breadcrumbs','1'),(850,135,'sf_no_top_spacing','0'),(851,135,'sf_no_bottom_spacing','1'),(911,205,'_wp_attached_file','2013/11/mitjo_ayame_home_page_11_2013.jpg'),(912,205,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:41:\"2013/11/mitjo_ayame_home_page_11_2013.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.4% (473 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.8% (1 KB)\";}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"mitjo_ayame_home_page_11_2013-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 8.3% (10.7 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.6% (509 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:39:\"mitjo_ayame_home_page_11_2013-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.1% (172 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.7% (4.1 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-900x675.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.1% (8.6 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:42:\"mitjo_ayame_home_page_11_2013-1200x720.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 7.9% (14.5 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:42:\"mitjo_ayame_home_page_11_2013-1200x720.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 7.9% (14.5 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.3% (1.1 KB)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-750x900.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 7.6% (12.3 KB)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:41:\"mitjo_ayame_home_page_11_2013-750x900.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 7.6% (12.3 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:28:\"Reduced by 6.2% (37 KB)\";}'),(891,18,'sf_rev_slider_alias','Our-story'),(970,239,'_wp_attached_file','2013/11/Flaveicon_m.png'),(971,239,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:23:\"2013/11/Flaveicon_m.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:28:\"Reduced by 36.3% (94 B)\";}'),(984,29,'sf_rev_slider_alias','Sock-approval'),(982,246,'_wp_attached_file','2013/11/MITJO-OUR-STORY-BANNER.png'),(983,246,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:839;s:6:\"height\";i:123;s:4:\"file\";s:34:\"2013/11/MITJO-OUR-STORY-BANNER.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-BANNER-150x123.png\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:29:\"Reduced by 39.8% (904 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"MITJO-OUR-STORY-BANNER-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 21.8% (1.8 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-BANNER-220x123.png\";s:5:\"width\";i:220;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:29:\"Reduced by 36.7% (936 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:32:\"MITJO-OUR-STORY-BANNER-94x70.png\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:29:\"Reduced by 23.2% (770 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-BANNER-600x123.png\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.5% (308 B)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-BANNER-250x123.png\";s:5:\"width\";i:250;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 35.1% (1.1 KB)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-BANNER-750x123.png\";s:5:\"width\";i:750;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.3% (480 B)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-BANNER-750x123.png\";s:5:\"width\";i:750;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.3% (480 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:10:\"No savings\";}'),(924,212,'_wp_attached_file','2013/11/mitjo_home_11.jpg'),(925,212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1333;s:4:\"file\";s:25:\"2013/11/mitjo_home_11.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"mitjo_home_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.3% (242 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"mitjo_home_11-180x300.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.6% (363 B)\";}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"mitjo_home_11-614x1024.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 4.9% (4.7 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"mitjo_home_11-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.2% (311 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:23:\"mitjo_home_11-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 3.2% (58 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:25:\"mitjo_home_11-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.0% (2.8 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:25:\"mitjo_home_11-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.8% (7.7 KB)\";}s:18:\"thumb-image-onecol\";a:5:{s:4:\"file\";s:25:\"mitjo_home_11-800x960.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.2% (9.7 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:25:\"mitjo_home_11-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.7% (8.1 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:25:\"mitjo_home_11-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.7% (8.1 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:25:\"mitjo_home_11-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.2% (617 B)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"mitjo_home_11-750x1250.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.8% (7.7 KB)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"mitjo_home_11-750x1250.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.8% (7.7 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382463863;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:31:\"Reduced by 12.0% (11.3 KB)\";}'),(926,213,'_wp_attached_file','2013/11/mitjo_home_21.jpg'),(927,213,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1333;s:4:\"file\";s:25:\"2013/11/mitjo_home_21.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"mitjo_home_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.3% (566 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"mitjo_home_21-180x300.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.4% (1 KB)\";}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"mitjo_home_21-614x1024.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.8% (8.8 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"mitjo_home_21-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.2% (764 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:23:\"mitjo_home_21-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.9% (167 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:25:\"mitjo_home_21-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.7% (5.7 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:25:\"mitjo_home_21-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 9.0% (10.6 KB)\";}s:18:\"thumb-image-onecol\";a:5:{s:4:\"file\";s:25:\"mitjo_home_21-800x960.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 9.0% (14.7 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:25:\"mitjo_home_21-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 9.2% (11.6 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:25:\"mitjo_home_21-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 9.2% (11.6 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:25:\"mitjo_home_21-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.6% (1.4 KB)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"mitjo_home_21-750x1250.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 6.9% (12.4 KB)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"mitjo_home_21-750x1250.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 6.9% (12.4 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382463863;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:31:\"Reduced by 12.4% (11.8 KB)\";}'),(928,214,'_wp_attached_file','2013/11/mitjo_home_31.jpg'),(929,214,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1333;s:4:\"file\";s:25:\"2013/11/mitjo_home_31.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"mitjo_home_31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.7% (294 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"mitjo_home_31-180x300.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.6% (610 B)\";}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"mitjo_home_31-614x1024.jpg\";s:5:\"width\";i:614;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.3% (7.1 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"mitjo_home_31-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.8% (407 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:23:\"mitjo_home_31-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 4.0% (78 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:25:\"mitjo_home_31-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.8% (3.7 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:25:\"mitjo_home_31-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 9.7% (10.1 KB)\";}s:18:\"thumb-image-onecol\";a:5:{s:4:\"file\";s:25:\"mitjo_home_31-800x960.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 9.7% (13.8 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:25:\"mitjo_home_31-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 9.8% (11 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:25:\"mitjo_home_31-800x720.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 9.8% (11 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:25:\"mitjo_home_31-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.8% (771 B)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"mitjo_home_31-750x1250.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.6% (12 KB)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:26:\"mitjo_home_31-750x1250.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.6% (12 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382463863;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:31:\"Reduced by 16.7% (15.4 KB)\";}'),(942,225,'_wp_attached_file','2013/11/Logo-Artwork-R-xl.png'),(943,225,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2243;s:6:\"height\";i:767;s:4:\"file\";s:29:\"2013/11/Logo-Artwork-R-xl.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Logo-Artwork-R-xl-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 21.7% (1.1 KB)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Logo-Artwork-R-xl-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 21.4% (2.4 KB)\";}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Logo-Artwork-R-xl-1024x350.png\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:31:\"Reduced by 27.0% (26.4 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"Logo-Artwork-R-xl-220x150.png\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 22.3% (1.6 KB)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:27:\"Logo-Artwork-R-xl-94x70.png\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:29:\"Reduced by 16.6% (369 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:29:\"Logo-Artwork-R-xl-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:31:\"Reduced by 30.0% (16.5 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:29:\"Logo-Artwork-R-xl-900x675.png\";s:5:\"width\";i:900;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:31:\"Reduced by 29.1% (36.2 KB)\";}s:18:\"thumb-image-onecol\";a:5:{s:4:\"file\";s:30:\"Logo-Artwork-R-xl-1280x767.png\";s:5:\"width\";i:1280;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:28:\"Reduced by 2.7% (400 B)\";}s:10:\"blog-image\";a:5:{s:4:\"file\";s:30:\"Logo-Artwork-R-xl-1280x437.png\";s:5:\"width\";i:1280;s:6:\"height\";i:437;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:31:\"Reduced by 26.0% (38.8 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:30:\"Logo-Artwork-R-xl-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:31:\"Reduced by 31.5% (56.4 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:30:\"Logo-Artwork-R-xl-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:31:\"Reduced by 31.5% (56.4 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:29:\"Logo-Artwork-R-xl-250x250.png\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:30:\"Reduced by 22.5% (2.8 KB)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Logo-Artwork-R-xl-750x767.png\";s:5:\"width\";i:750;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:29:\"Reduced by 12.1% (827 B)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:29:\"Logo-Artwork-R-xl-750x767.png\";s:5:\"width\";i:750;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";s:10:\"wp_smushit\";s:29:\"Reduced by 12.1% (827 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:10:\"No savings\";}'),(974,242,'_wp_attached_file','2013/11/MITJO-OUR-STORY-COVER1.jpg'),(975,242,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:350;s:4:\"file\";s:34:\"2013/11/MITJO-OUR-STORY-COVER1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-COVER1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.3% (417 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"MITJO-OUR-STORY-COVER1-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.3% (710 B)\";}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"MITJO-OUR-STORY-COVER1-1024x298.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 4.8% (4 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-COVER1-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.3% (624 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:32:\"MITJO-OUR-STORY-COVER1-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.2% (217 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-COVER1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 4.3% (2.4 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-COVER1-900x350.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 4.4% (3.9 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-COVER1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.0% (875 B)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-COVER1-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 4.2% (3 KB)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:34:\"MITJO-OUR-STORY-COVER1-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 4.2% (3 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1384703130;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:29:\"Reduced by 3.5% (2.6 KB)\";}'),(991,252,'_wp_attached_file','2013/11/MITJO-SOCK-OF-APPROVAL1.jpg'),(992,252,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:350;s:4:\"file\";s:35:\"2013/11/MITJO-SOCK-OF-APPROVAL1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"MITJO-SOCK-OF-APPROVAL1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.7% (740 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"MITJO-SOCK-OF-APPROVAL1-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.2% (979 B)\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"MITJO-SOCK-OF-APPROVAL1-1024x298.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.2% (7.5 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"MITJO-SOCK-OF-APPROVAL1-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.5% (1006 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:33:\"MITJO-SOCK-OF-APPROVAL1-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.6% (275 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:35:\"MITJO-SOCK-OF-APPROVAL1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.5% (6 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:35:\"MITJO-SOCK-OF-APPROVAL1-900x350.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.4% (8.6 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:35:\"MITJO-SOCK-OF-APPROVAL1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.1% (1.7 KB)\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"MITJO-SOCK-OF-APPROVAL1-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.0% (6.6 KB)\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:35:\"MITJO-SOCK-OF-APPROVAL1-750x350.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.0% (6.6 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382460188;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:29:\"Reduced by 8.7% (9.8 KB)\";}'),(1033,272,'_wp_attached_file','2013/11/MITJO_HOME_PAGE_11_2013_1clean1.jpg'),(1034,272,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:644;s:6:\"height\";i:900;s:4:\"file\";s:43:\"2013/11/MITJO_HOME_PAGE_11_2013_1clean1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"MITJO_HOME_PAGE_11_2013_1clean1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.8% (469 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"MITJO_HOME_PAGE_11_2013_1clean1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.0% (1 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"MITJO_HOME_PAGE_11_2013_1clean1-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.7% (631 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:41:\"MITJO_HOME_PAGE_11_2013_1clean1-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.2% (211 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:43:\"MITJO_HOME_PAGE_11_2013_1clean1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.4% (3.9 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:43:\"MITJO_HOME_PAGE_11_2013_1clean1-644x675.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:31:\"Reduced by 11.9% (13.2 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:43:\"MITJO_HOME_PAGE_11_2013_1clean1-644x720.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.2% (6.4 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:43:\"MITJO_HOME_PAGE_11_2013_1clean1-644x720.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.2% (6.4 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:43:\"MITJO_HOME_PAGE_11_2013_1clean1-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.0% (1.1 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1382461219;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 9.0% (10.4 KB)\";}'),(1071,282,'_sku',''),(1072,282,'_weight',''),(1073,282,'_length',''),(1074,282,'_width',''),(1075,282,'_height',''),(1076,282,'_stock',''),(1077,282,'_thumbnail_id','0'),(1078,282,'_virtual','no'),(1079,282,'_downloadable','no'),(1080,282,'_regular_price',''),(1081,282,'_sale_price',''),(1082,282,'_sale_price_dates_from',''),(1083,282,'_sale_price_dates_to',''),(1084,282,'_price',''),(1085,282,'_download_limit',''),(1086,282,'_download_expiry',''),(1087,282,'_file_paths',''),(1088,39,'_min_variation_price',''),(1089,39,'_max_variation_price',''),(1090,39,'_min_variation_regular_price',''),(1091,39,'_max_variation_regular_price',''),(1092,39,'_min_variation_sale_price',''),(1093,39,'_max_variation_sale_price',''),(1094,39,'_default_attributes','a:0:{}'),(1104,288,'_wp_attached_file','2013/11/home-page-icons-31.jpg'),(1105,288,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:100;s:4:\"file\";s:30:\"2013/11/home-page-icons-31.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"home-page-icons-31-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 10.4% (622 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"home-page-icons-31-300x40.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.5% (477 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"home-page-icons-31-220x100.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 11.5% (999 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:28:\"home-page-icons-31-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.8% (247 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:30:\"home-page-icons-31-600x100.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.9% (2.4 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:30:\"home-page-icons-31-250x100.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 12.1% (1.2 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:10:\"No savings\";}'),(1225,213,'_edit_lock','1384810613:1'),(1246,48,'_yoast_wpseo_linkdex','33'),(1247,6,'_yoast_wpseo_linkdex','0'),(1248,7,'_yoast_wpseo_linkdex','0'),(1249,14,'_yoast_wpseo_linkdex','0'),(1250,15,'_yoast_wpseo_linkdex','0'),(1251,16,'_yoast_wpseo_linkdex','0'),(1252,23,'_yoast_wpseo_linkdex','0'),(1253,135,'_yoast_wpseo_linkdex','0'),(1254,70,'_yoast_wpseo_linkdex','0'),(1255,8,'_yoast_wpseo_linkdex','0'),(1256,12,'_yoast_wpseo_linkdex','0'),(1257,10,'_yoast_wpseo_linkdex','0'),(1258,13,'_yoast_wpseo_linkdex','0'),(1259,9,'_yoast_wpseo_linkdex','0'),(1260,11,'_yoast_wpseo_linkdex','0'),(1261,18,'_yoast_wpseo_linkdex','40'),(1262,25,'_yoast_wpseo_linkdex','0'),(1263,27,'_yoast_wpseo_linkdex','0'),(1264,31,'_yoast_wpseo_linkdex','0'),(1265,29,'_yoast_wpseo_linkdex','0'),(1266,18,'_yoast_wpseo_focuskw','our story of socks mitjo'),(1267,18,'_yoast_wpseo_title',''),(1268,18,'_yoast_wpseo_metadesc','OUR STORY During 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day ...'),(1269,18,'_yoast_wpseo_meta-robots-noindex','0'),(1270,18,'_yoast_wpseo_meta-robots-nofollow','0'),(1271,18,'_yoast_wpseo_meta-robots-adv','none'),(1272,18,'_yoast_wpseo_sitemap-include','-'),(1273,18,'_yoast_wpseo_sitemap-prio','-'),(1274,18,'_yoast_wpseo_sitemap-html-include','-'),(1275,18,'_yoast_wpseo_canonical',''),(1276,18,'_yoast_wpseo_redirect',''),(1277,18,'_yoast_wpseo_opengraph-description',''),(1278,18,'_yoast_wpseo_opengraph-image',''),(1279,18,'_yoast_wpseo_google-plus-description',''),(1280,48,'_yoast_wpseo_focuskw','Mitjo-socks, socks- mitjo the unusual threed'),(1281,48,'_yoast_wpseo_title','Mitjó - socks - The Unusual Thread'),(1282,48,'_yoast_wpseo_metadesc','Mitjo socks.Break the conventional unwritten rules. Express yourself! The Unusual Thread, it\'s just a sock. Mitjó'),(1294,67,'_yoast_wpseo_linkdex','0'),(1283,48,'_yoast_wpseo_meta-robots-noindex','0'),(1284,48,'_yoast_wpseo_meta-robots-nofollow','0'),(1285,48,'_yoast_wpseo_meta-robots-adv','none'),(1286,48,'_yoast_wpseo_sitemap-include','-'),(1287,48,'_yoast_wpseo_sitemap-prio','-'),(1288,48,'_yoast_wpseo_sitemap-html-include','-'),(1289,48,'_yoast_wpseo_canonical',''),(1290,48,'_yoast_wpseo_redirect',''),(1291,48,'_yoast_wpseo_opengraph-description',''),(1292,48,'_yoast_wpseo_opengraph-image',''),(1293,48,'_yoast_wpseo_google-plus-description',''),(1295,21,'_yoast_wpseo_linkdex','0'),(1296,278,'_yoast_wpseo_linkdex','0'),(1297,278,'_edit_lock','1384989801:1'),(1298,278,'_edit_last','1'),(1299,278,'_spb_js_status','false'),(1300,278,'sf_background_image_size','cover'),(1301,278,'sf_posts_slider','0'),(1302,278,'sf_posts_slider_type','post'),(1303,278,'sf_posts_slider_category','all'),(1304,278,'sf_posts_slider_portfolio_category','all'),(1305,278,'sf_posts_slider_count','5'),(1306,278,'sf_page_title','1'),(1307,278,'sf_page_title_bg','none'),(1308,278,'sf_sidebar_config','no-sidebars'),(1309,278,'sf_left_sidebar','Sidebar-1'),(1310,278,'sf_right_sidebar','Sidebar-1'),(1311,278,'sf_no_breadcrumbs','0'),(1312,278,'sf_no_top_spacing','0'),(1313,278,'sf_no_bottom_spacing','0'),(1314,278,'_yoast_wpseo_focuskw',''),(1315,278,'_yoast_wpseo_title',''),(1316,278,'_yoast_wpseo_metadesc',''),(1317,278,'_yoast_wpseo_meta-robots-noindex','1'),(1318,278,'_yoast_wpseo_meta-robots-nofollow','1'),(1319,278,'_yoast_wpseo_meta-robots-adv','none'),(1320,278,'_yoast_wpseo_sitemap-include','never'),(1321,278,'_yoast_wpseo_sitemap-prio','-'),(1322,278,'_yoast_wpseo_sitemap-html-include','never'),(1323,278,'_yoast_wpseo_canonical',''),(1324,278,'_yoast_wpseo_redirect',''),(1325,278,'_yoast_wpseo_opengraph-description',''),(1326,278,'_yoast_wpseo_opengraph-image',''),(1327,278,'_yoast_wpseo_google-plus-description',''),(1328,7,'_yoast_wpseo_focuskw',''),(1329,7,'_yoast_wpseo_title',''),(1330,7,'_yoast_wpseo_metadesc',''),(1331,7,'_yoast_wpseo_meta-robots-noindex','1'),(1332,7,'_yoast_wpseo_meta-robots-nofollow','1'),(1333,7,'_yoast_wpseo_meta-robots-adv','none'),(1334,7,'_yoast_wpseo_sitemap-include','never'),(1335,7,'_yoast_wpseo_sitemap-prio','-'),(1336,7,'_yoast_wpseo_sitemap-html-include','never'),(1337,7,'_yoast_wpseo_canonical',''),(1338,7,'_yoast_wpseo_redirect',''),(1339,7,'_yoast_wpseo_opengraph-description',''),(1340,7,'_yoast_wpseo_opengraph-image',''),(1341,7,'_yoast_wpseo_google-plus-description',''),(1342,14,'_yoast_wpseo_focuskw',''),(1343,14,'_yoast_wpseo_title',''),(1344,14,'_yoast_wpseo_metadesc',''),(1345,14,'_yoast_wpseo_meta-robots-noindex','1'),(1346,14,'_yoast_wpseo_meta-robots-nofollow','1'),(1347,14,'_yoast_wpseo_meta-robots-adv','none'),(1348,14,'_yoast_wpseo_sitemap-include','never'),(1349,14,'_yoast_wpseo_sitemap-prio','-'),(1350,14,'_yoast_wpseo_sitemap-html-include','never'),(1351,14,'_yoast_wpseo_canonical',''),(1352,14,'_yoast_wpseo_redirect',''),(1353,14,'_yoast_wpseo_opengraph-description',''),(1354,14,'_yoast_wpseo_opengraph-image',''),(1355,14,'_yoast_wpseo_google-plus-description',''),(1356,12,'_yoast_wpseo_focuskw',''),(1357,12,'_yoast_wpseo_title',''),(1358,12,'_yoast_wpseo_metadesc',''),(1359,12,'_yoast_wpseo_meta-robots-noindex','1'),(1360,12,'_yoast_wpseo_meta-robots-nofollow','1'),(1361,12,'_yoast_wpseo_meta-robots-adv','none'),(1362,12,'_yoast_wpseo_sitemap-include','never'),(1363,12,'_yoast_wpseo_sitemap-prio','-'),(1364,12,'_yoast_wpseo_sitemap-html-include','never'),(1365,12,'_yoast_wpseo_canonical',''),(1366,12,'_yoast_wpseo_redirect',''),(1367,12,'_yoast_wpseo_opengraph-description',''),(1368,12,'_yoast_wpseo_opengraph-image',''),(1369,12,'_yoast_wpseo_google-plus-description',''),(1370,8,'_yoast_wpseo_focuskw',''),(1371,8,'_yoast_wpseo_title',''),(1372,8,'_yoast_wpseo_metadesc',''),(1373,8,'_yoast_wpseo_meta-robots-noindex','1'),(1374,8,'_yoast_wpseo_meta-robots-nofollow','1'),(1375,8,'_yoast_wpseo_meta-robots-adv','none'),(1376,8,'_yoast_wpseo_sitemap-include','never'),(1377,8,'_yoast_wpseo_sitemap-prio','-'),(1378,8,'_yoast_wpseo_sitemap-html-include','never'),(1379,8,'_yoast_wpseo_canonical',''),(1380,8,'_yoast_wpseo_redirect',''),(1381,8,'_yoast_wpseo_opengraph-description',''),(1382,8,'_yoast_wpseo_opengraph-image',''),(1383,8,'_yoast_wpseo_google-plus-description',''),(1384,15,'_yoast_wpseo_focuskw',''),(1385,15,'_yoast_wpseo_title',''),(1386,15,'_yoast_wpseo_metadesc',''),(1387,15,'_yoast_wpseo_meta-robots-noindex','1'),(1388,15,'_yoast_wpseo_meta-robots-nofollow','1'),(1389,15,'_yoast_wpseo_meta-robots-adv','none'),(1390,15,'_yoast_wpseo_sitemap-include','never'),(1391,15,'_yoast_wpseo_sitemap-prio','-'),(1392,15,'_yoast_wpseo_sitemap-html-include','never'),(1393,15,'_yoast_wpseo_canonical',''),(1394,15,'_yoast_wpseo_redirect',''),(1395,15,'_yoast_wpseo_opengraph-description',''),(1396,15,'_yoast_wpseo_opengraph-image',''),(1397,15,'_yoast_wpseo_google-plus-description',''),(1398,21,'_yoast_wpseo_focuskw',''),(1399,21,'_yoast_wpseo_title',''),(1400,21,'_yoast_wpseo_metadesc',''),(1401,21,'_yoast_wpseo_meta-robots-noindex','1'),(1402,21,'_yoast_wpseo_meta-robots-nofollow','1'),(1403,21,'_yoast_wpseo_meta-robots-adv','none'),(1404,21,'_yoast_wpseo_sitemap-include','never'),(1405,21,'_yoast_wpseo_sitemap-prio','-'),(1406,21,'_yoast_wpseo_sitemap-html-include','never'),(1407,21,'_yoast_wpseo_canonical',''),(1408,21,'_yoast_wpseo_redirect',''),(1409,21,'_yoast_wpseo_opengraph-description',''),(1410,21,'_yoast_wpseo_opengraph-image',''),(1411,21,'_yoast_wpseo_google-plus-description',''),(1412,23,'_yoast_wpseo_focuskw',''),(1413,23,'_yoast_wpseo_title',''),(1414,23,'_yoast_wpseo_metadesc',''),(1415,23,'_yoast_wpseo_meta-robots-noindex','1'),(1416,23,'_yoast_wpseo_meta-robots-nofollow','1'),(1417,23,'_yoast_wpseo_meta-robots-adv','none'),(1418,23,'_yoast_wpseo_sitemap-include','never'),(1419,23,'_yoast_wpseo_sitemap-prio','-'),(1420,23,'_yoast_wpseo_sitemap-html-include','never'),(1421,23,'_yoast_wpseo_canonical',''),(1422,23,'_yoast_wpseo_redirect',''),(1423,23,'_yoast_wpseo_opengraph-description',''),(1424,23,'_yoast_wpseo_opengraph-image',''),(1425,23,'_yoast_wpseo_google-plus-description',''),(1426,10,'_yoast_wpseo_focuskw',''),(1427,10,'_yoast_wpseo_title',''),(1428,10,'_yoast_wpseo_metadesc',''),(1429,10,'_yoast_wpseo_meta-robots-noindex','1'),(1430,10,'_yoast_wpseo_meta-robots-nofollow','1'),(1431,10,'_yoast_wpseo_meta-robots-adv','none'),(1432,10,'_yoast_wpseo_sitemap-include','never'),(1433,10,'_yoast_wpseo_sitemap-prio','-'),(1434,10,'_yoast_wpseo_sitemap-html-include','never'),(1435,10,'_yoast_wpseo_canonical',''),(1436,10,'_yoast_wpseo_redirect',''),(1437,10,'_yoast_wpseo_opengraph-description',''),(1438,10,'_yoast_wpseo_opengraph-image',''),(1439,10,'_yoast_wpseo_google-plus-description',''),(1440,13,'_yoast_wpseo_focuskw',''),(1441,13,'_yoast_wpseo_title',''),(1442,13,'_yoast_wpseo_metadesc',''),(1443,13,'_yoast_wpseo_meta-robots-noindex','1'),(1444,13,'_yoast_wpseo_meta-robots-nofollow','1'),(1445,13,'_yoast_wpseo_meta-robots-adv','none'),(1446,13,'_yoast_wpseo_sitemap-include','never'),(1447,13,'_yoast_wpseo_sitemap-prio','-'),(1448,13,'_yoast_wpseo_sitemap-html-include','never'),(1449,13,'_yoast_wpseo_canonical',''),(1450,13,'_yoast_wpseo_redirect',''),(1451,13,'_yoast_wpseo_opengraph-description',''),(1452,13,'_yoast_wpseo_opengraph-image',''),(1453,13,'_yoast_wpseo_google-plus-description',''),(1454,9,'_edit_last','1'),(1455,9,'_spb_js_status','false'),(1456,9,'sf_background_image_size','cover'),(1457,9,'sf_posts_slider','0'),(1458,9,'sf_posts_slider_type','post'),(1459,9,'sf_posts_slider_category','all'),(1460,9,'sf_posts_slider_portfolio_category','all'),(1461,9,'sf_posts_slider_count','5'),(1462,9,'sf_page_title','1'),(1463,9,'sf_page_title_bg','none'),(1464,9,'sf_sidebar_config','no-sidebars'),(1465,9,'sf_left_sidebar','Sidebar-1'),(1466,9,'sf_right_sidebar','Sidebar-1'),(1467,9,'sf_no_breadcrumbs','0'),(1468,9,'sf_no_top_spacing','0'),(1469,9,'sf_no_bottom_spacing','0'),(1470,9,'_yoast_wpseo_focuskw',''),(1471,9,'_yoast_wpseo_title',''),(1472,9,'_yoast_wpseo_metadesc',''),(1473,9,'_yoast_wpseo_meta-robots-noindex','1'),(1474,9,'_yoast_wpseo_meta-robots-nofollow','1'),(1475,9,'_yoast_wpseo_meta-robots-adv','none'),(1476,9,'_yoast_wpseo_sitemap-include','never'),(1477,9,'_yoast_wpseo_sitemap-prio','-'),(1478,9,'_yoast_wpseo_sitemap-html-include','never'),(1479,9,'_yoast_wpseo_canonical',''),(1480,9,'_yoast_wpseo_redirect',''),(1481,9,'_yoast_wpseo_opengraph-description',''),(1482,9,'_yoast_wpseo_opengraph-image',''),(1483,9,'_yoast_wpseo_google-plus-description',''),(1484,11,'_yoast_wpseo_focuskw',''),(1485,11,'_yoast_wpseo_title',''),(1486,11,'_yoast_wpseo_metadesc',''),(1487,11,'_yoast_wpseo_meta-robots-noindex','1'),(1488,11,'_yoast_wpseo_meta-robots-nofollow','1'),(1489,11,'_yoast_wpseo_meta-robots-adv','none'),(1490,11,'_yoast_wpseo_sitemap-include','never'),(1491,11,'_yoast_wpseo_sitemap-prio','-'),(1492,11,'_yoast_wpseo_sitemap-html-include','never'),(1493,11,'_yoast_wpseo_canonical',''),(1494,11,'_yoast_wpseo_redirect',''),(1495,11,'_yoast_wpseo_opengraph-description',''),(1496,11,'_yoast_wpseo_opengraph-image',''),(1497,11,'_yoast_wpseo_google-plus-description',''),(1498,25,'_yoast_wpseo_focuskw',''),(1499,25,'_yoast_wpseo_title',''),(1500,25,'_yoast_wpseo_metadesc',''),(1501,25,'_yoast_wpseo_meta-robots-noindex','1'),(1502,25,'_yoast_wpseo_meta-robots-nofollow','1'),(1503,25,'_yoast_wpseo_meta-robots-adv','none'),(1504,25,'_yoast_wpseo_sitemap-include','never'),(1505,25,'_yoast_wpseo_sitemap-prio','-'),(1506,25,'_yoast_wpseo_sitemap-html-include','never'),(1507,25,'_yoast_wpseo_canonical',''),(1508,25,'_yoast_wpseo_redirect',''),(1509,25,'_yoast_wpseo_opengraph-description',''),(1510,25,'_yoast_wpseo_opengraph-image',''),(1511,25,'_yoast_wpseo_google-plus-description',''),(1512,27,'_yoast_wpseo_focuskw',''),(1513,27,'_yoast_wpseo_title',''),(1514,27,'_yoast_wpseo_metadesc',''),(1515,27,'_yoast_wpseo_meta-robots-noindex','1'),(1516,27,'_yoast_wpseo_meta-robots-nofollow','1'),(1517,27,'_yoast_wpseo_meta-robots-adv','none'),(1518,27,'_yoast_wpseo_sitemap-include','never'),(1519,27,'_yoast_wpseo_sitemap-prio','-'),(1520,27,'_yoast_wpseo_sitemap-html-include','never'),(1521,27,'_yoast_wpseo_canonical',''),(1522,27,'_yoast_wpseo_redirect',''),(1523,27,'_yoast_wpseo_opengraph-description',''),(1524,27,'_yoast_wpseo_opengraph-image',''),(1525,27,'_yoast_wpseo_google-plus-description',''),(1526,31,'_yoast_wpseo_focuskw',''),(1527,31,'_yoast_wpseo_title',''),(1528,31,'_yoast_wpseo_metadesc',''),(1529,31,'_yoast_wpseo_meta-robots-noindex','1'),(1530,31,'_yoast_wpseo_meta-robots-nofollow','1'),(1531,31,'_yoast_wpseo_meta-robots-adv','none'),(1532,31,'_yoast_wpseo_sitemap-include','never'),(1533,31,'_yoast_wpseo_sitemap-prio','-'),(1534,31,'_yoast_wpseo_sitemap-html-include','never'),(1535,31,'_yoast_wpseo_canonical',''),(1536,31,'_yoast_wpseo_redirect',''),(1537,31,'_yoast_wpseo_opengraph-description',''),(1538,31,'_yoast_wpseo_opengraph-image',''),(1539,31,'_yoast_wpseo_google-plus-description',''),(1540,67,'_yoast_wpseo_focuskw',''),(1541,67,'_yoast_wpseo_title',''),(1542,67,'_yoast_wpseo_metadesc',''),(1543,67,'_yoast_wpseo_meta-robots-noindex','1'),(1544,67,'_yoast_wpseo_meta-robots-nofollow','1'),(1545,67,'_yoast_wpseo_meta-robots-adv','none'),(1546,67,'_yoast_wpseo_sitemap-include','never'),(1547,67,'_yoast_wpseo_sitemap-prio','-'),(1548,67,'_yoast_wpseo_sitemap-html-include','never'),(1549,67,'_yoast_wpseo_canonical',''),(1550,67,'_yoast_wpseo_redirect',''),(1551,67,'_yoast_wpseo_opengraph-description',''),(1552,67,'_yoast_wpseo_opengraph-image',''),(1553,67,'_yoast_wpseo_google-plus-description',''),(1554,70,'_edit_lock','1384990427:1'),(1555,306,'_wp_attached_file','2013/11/AYA_1_01.jpg'),(1556,306,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_1_01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.2% (244 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_1_01-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.9% (524 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_01-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.9% (378 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_1_01-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.1% (129 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_1_01-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.2% (2.9 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_1_01-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.2% (3.8 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_1_01-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.2% (3.9 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_1_01-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.2% (3.9 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_01-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.4% (635 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377619629;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 17.6% (7.8 KB)\";}'),(1557,307,'_wp_attached_file','2013/11/AYA_1_21.jpg'),(1558,307,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_1_21.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.4% (454 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_1_21-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.7% (911 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_21-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.6% (791 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_1_21-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.0% (164 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_1_21-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.5% (5.7 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_1_21-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.9% (6.7 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_1_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.5% (6.6 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_1_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.5% (6.6 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_21-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.8% (1.3 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377612349;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 11.6% (5.8 KB)\";}'),(1559,308,'_wp_attached_file','2013/11/AYA_1_81.jpg'),(1560,308,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_1_81.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_81-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.5% (382 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_1_81-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.6% (776 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_81-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.0% (568 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_1_81-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.9% (131 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_1_81-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.3% (4.3 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_1_81-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.4% (5.9 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_1_81-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.4% (6.1 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_1_81-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.4% (6.1 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_81-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.4% (1 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377615457;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 10.3% (4.7 KB)\";}'),(1561,309,'_wp_attached_file','2013/11/AYA_1_91.jpg'),(1562,309,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_1_91.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_91-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.6% (514 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_1_91-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.2% (873 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_91-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.4% (831 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_1_91-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.0% (206 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_1_91-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.4% (2.9 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_1_91-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.5% (3.9 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_1_91-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.4% (3.7 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_1_91-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.4% (3.7 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_1_91-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.4% (1.2 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377639980;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:29:\"Reduced by 8.4% (3.5 KB)\";}'),(1563,310,'_wp_attached_file','2013/11/AYA_2_21.jpg'),(1564,310,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_2_21.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.2% (251 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_2_21-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.2% (502 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_21-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.5% (263 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_2_21-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 1.9% (46 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_2_21-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.5% (2.8 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_2_21-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.6% (3.9 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_2_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 5.7% (4 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_2_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 5.7% (4 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_21-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.5% (624 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377615457;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 13.1% (6.3 KB)\";}'),(1565,311,'_wp_attached_file','2013/11/AYA_2_31.jpg'),(1566,311,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_2_31.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.2% (313 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_2_31-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.0% (527 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_31-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.0% (395 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_2_31-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.0% (128 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_2_31-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 5.0% (3 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_2_31-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.0% (4 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_2_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.0% (4 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_2_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.0% (4 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_31-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.3% (632 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377639898;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 13.8% (5.8 KB)\";}'),(1567,312,'_wp_attached_file','2013/11/AYA_2_41.jpg'),(1568,312,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_2_41.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.7% (165 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_2_41-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.1% (417 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_41-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.1% (234 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_2_41-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.9% (55 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_2_41-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.2% (2.7 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_2_41-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.4% (3.7 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_2_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.7% (3.8 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_2_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.7% (3.8 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_41-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.2% (472 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377619769;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 21.1% (8.5 KB)\";}'),(1569,313,'_wp_attached_file','2013/11/AYA_2_61.jpg'),(1570,313,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_2_61.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.5% (264 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_2_61-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.4% (479 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_61-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.2% (423 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_2_61-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 3.4% (84 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_2_61-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.2% (4.9 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_2_61-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.4% (6.7 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_2_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.0% (5.7 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_2_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.0% (5.7 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_2_61-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.0% (712 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377612349;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:28:\"Reduced by 13.5% (5 KB)\";}'),(1571,314,'_wp_attached_file','2013/11/AYA_3_21.jpg'),(1572,314,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_3_21.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.1% (492 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_3_21-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.2% (998 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_21-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.4% (709 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_3_21-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.6% (169 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_3_21-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 10.3% (5.9 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_3_21-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 10.3% (7.9 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_3_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.3% (7.2 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_3_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.3% (7.2 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_21-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.0% (1.3 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377615457;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:29:\"Reduced by 9.2% (3.6 KB)\";}'),(1573,315,'_wp_attached_file','2013/11/AYA_3_31.jpg'),(1574,315,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_3_31.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.5% (723 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_3_31-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.3% (1.3 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_31-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.9% (1.4 KB)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_3_31-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.1% (344 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_3_31-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.4% (5.9 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_3_31-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.0% (6.8 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_3_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.1% (6.8 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_3_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.1% (6.8 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_31-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.7% (1.7 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377639781;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:29:\"Reduced by 9.5% (4.7 KB)\";}'),(1575,316,'_wp_attached_file','2013/11/AYA_3_41.jpg'),(1576,316,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_3_41.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.4% (289 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_3_41-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.3% (634 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_41-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.3% (466 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_3_41-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.1% (143 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_3_41-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.6% (3.4 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_3_41-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.2% (4.3 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_3_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.7% (4.5 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_3_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 11.7% (4.5 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_41-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.5% (733 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377619690;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 18.8% (8.2 KB)\";}'),(1577,317,'_wp_attached_file','2013/11/AYA_3_61.jpg'),(1578,317,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_3_61.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.3% (491 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_3_61-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.8% (996 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_61-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.5% (817 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_3_61-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.0% (174 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_3_61-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 10.8% (6.8 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_3_61-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 10.5% (8.5 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_3_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.4% (7.6 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_3_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.4% (7.6 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_3_61-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.7% (1.4 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377612349;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 14.8% (6.5 KB)\";}'),(1579,318,'_wp_attached_file','2013/11/AYA_4_21.jpg'),(1580,318,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_4_21.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.1% (529 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_4_21-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.3% (993 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_21-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.7% (729 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_4_21-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.7% (175 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_4_21-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.3% (3 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_4_21-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.6% (4.2 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_4_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.6% (4.2 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_4_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.6% (4.2 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_21-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.5% (1.2 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377615457;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:27:\"Reduced by 9.1% (4 KB)\";}'),(1581,319,'_wp_attached_file','2013/11/AYA_4_31.jpg'),(1582,319,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_4_31.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.9% (532 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_4_31-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.3% (847 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_31-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.2% (885 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_4_31-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.5% (269 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_4_31-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.9% (2.6 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_4_31-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.9% (3.7 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_4_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.1% (3.8 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_4_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.1% (3.8 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_31-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 7.7% (1 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377640025;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 10.1% (4.3 KB)\";}'),(1583,320,'_wp_attached_file','2013/11/AYA_4_41.jpg'),(1584,320,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_4_41.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.1% (237 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_4_41-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.8% (521 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_41-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.8% (373 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_4_41-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.3% (123 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_4_41-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.6% (2.8 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_4_41-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 10.5% (3.7 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_4_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 10.6% (3.8 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_4_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:30:\"Reduced by 10.6% (3.8 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_41-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.2% (606 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377619560;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 16.7% (7.7 KB)\";}'),(1585,321,'_wp_attached_file','2013/11/AYA_4_61.jpg'),(1586,321,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_4_61.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 8.8% (627 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_4_61-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 8.2% (1 KB)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_61-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 9.0% (874 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_4_61-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 7.2% (227 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_4_61-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.7% (3.4 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_4_61-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.2% (4.3 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_4_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.0% (4.2 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_4_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.0% (4.2 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_4_61-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.2% (1.3 KB)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377612349;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 10.1% (4.8 KB)\";}'),(1587,322,'_wp_attached_file','2013/11/AYA_5_21.jpg'),(1588,322,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_5_21.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.1% (158 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_5_21-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.3% (349 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_21-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 2.9% (193 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_5_21-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.7% (57 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_5_21-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.2% (2.6 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_5_21-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.6% (3.8 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_5_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.8% (3.9 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_5_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.8% (3.9 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_21-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.8% (469 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377615457;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 13.9% (6.4 KB)\";}'),(1589,323,'_wp_attached_file','2013/11/AYA_5_31.jpg'),(1590,323,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_5_31.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.0% (257 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_5_31-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.2% (491 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_31-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.5% (504 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_5_31-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 3.8% (97 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_5_31-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.0% (4.2 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_5_31-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.2% (4.8 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_5_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.2% (4.7 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_5_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.2% (4.7 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_31-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.5% (725 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377640181;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 10.2% (4.3 KB)\";}'),(1591,324,'_wp_attached_file','2013/11/AYA_5_41.jpg'),(1592,324,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_5_41.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.2% (162 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_5_41-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.9% (465 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_41-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.7% (299 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_5_41-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.4% (51 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_5_41-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 7.8% (2.7 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_5_41-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.5% (3.6 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_5_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.4% (3.5 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_5_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.4% (3.5 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_41-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.7% (492 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377619323;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 15.8% (7.5 KB)\";}'),(1593,325,'_wp_attached_file','2013/11/AYA_5_61.jpg'),(1594,325,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_5_61.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.1% (174 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_5_61-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.9% (447 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_61-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.9% (309 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_5_61-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.2% (39 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_5_61-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 5.9% (3 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_5_61-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.1% (4.2 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_5_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.5% (4.5 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_5_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.5% (4.5 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_5_61-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.0% (592 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377612349;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 14.1% (6.9 KB)\";}'),(1595,326,'_wp_attached_file','2013/11/AYA_6_21.jpg'),(1596,326,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_6_21.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 2.3% (114 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_6_21-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.4% (340 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_21-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 2.5% (158 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_6_21-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.4% (50 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_6_21-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.3% (2.5 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_6_21-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.7% (3.5 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_6_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.7% (3.5 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_6_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.7% (3.5 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_21-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.6% (422 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377615457;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 13.8% (5.7 KB)\";}'),(1597,327,'_wp_attached_file','2013/11/AYA_6_31.jpg'),(1598,327,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_6_31.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.5% (90 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_6_31-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.9% (282 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_31-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 2.1% (119 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_6_31-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 1.8% (36 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_6_31-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.2% (1.3 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_6_31-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.9% (2.4 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_6_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.4% (2.5 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_6_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.4% (2.5 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_31-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 2.9% (213 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377640080;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 14.8% (6.1 KB)\";}'),(1599,328,'_wp_attached_file','2013/11/AYA_6_41.jpg'),(1600,328,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_6_41.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.9% (158 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_6_41-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.2% (426 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_41-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.1% (275 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_6_41-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.6% (55 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_6_41-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.1% (2.9 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_6_41-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.8% (3.7 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_6_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.8% (3.8 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_6_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.8% (3.8 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_41-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.8% (524 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377619389;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 15.5% (7.4 KB)\";}'),(1601,329,'_wp_attached_file','2013/11/AYA_6_61.jpg'),(1602,329,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_6_61.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.5% (145 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_6_61-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.5% (390 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_61-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.4% (266 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_6_61-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.7% (48 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_6_61-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.3% (2.6 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_6_61-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.8% (3.8 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_6_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.2% (4.1 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_6_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.2% (4.1 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_6_61-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.6% (524 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377612349;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 14.6% (6.9 KB)\";}'),(1603,330,'_wp_attached_file','2013/11/AYA_7_21.jpg'),(1604,330,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_7_21.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 2.6% (131 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_7_21-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.3% (342 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_21-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.2% (213 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_7_21-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.8% (59 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_7_21-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.7% (2.8 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_7_21-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.1% (3.9 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_7_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.1% (4 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_7_21-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 6.1% (4 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_21-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.4% (409 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377615457;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 14.1% (6.1 KB)\";}'),(1605,331,'_wp_attached_file','2013/11/AYA_7_31.jpg'),(1606,331,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_7_31.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.7% (241 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_7_31-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.0% (466 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_31-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.4% (387 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_7_31-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.8% (106 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_7_31-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.0% (2.9 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_7_31-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.6% (3.6 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_7_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.5% (3.5 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_7_31-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.5% (3.5 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_31-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.2% (532 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377640122;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:29:\"Reduced by 9.3% (4.2 KB)\";}'),(1607,332,'_wp_attached_file','2013/11/AYA_7_41.jpg'),(1608,332,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_7_41.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_41-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.3% (205 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_7_41-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 6.4% (435 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_41-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.8% (318 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_7_41-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.6% (55 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_7_41-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 8.2% (2.9 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_7_41-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.9% (3.8 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_7_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.9% (3.8 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_7_41-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 9.9% (3.8 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_41-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.8% (513 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377619498;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 16.1% (7.6 KB)\";}'),(1609,333,'_wp_attached_file','2013/11/AYA_7_61.jpg'),(1610,333,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:562;s:6:\"height\";i:843;s:4:\"file\";s:20:\"2013/11/AYA_7_61.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_61-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 3.7% (158 B)\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AYA_7_61-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.5% (415 B)\";}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_61-220x150.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 4.4% (273 B)\";}s:12:\"widget-image\";a:5:{s:4:\"file\";s:18:\"AYA_7_61-94x70.jpg\";s:5:\"width\";i:94;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:27:\"Reduced by 2.1% (38 B)\";}s:11:\"thumb-image\";a:5:{s:4:\"file\";s:20:\"AYA_7_61-562x450.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.5% (2.8 KB)\";}s:18:\"thumb-image-twocol\";a:5:{s:4:\"file\";s:20:\"AYA_7_61-562x675.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 5.7% (3.9 KB)\";}s:16:\"full-width-image\";a:5:{s:4:\"file\";s:20:\"AYA_7_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.1% (4.2 KB)\";}s:24:\"full-width-image-gallery\";a:5:{s:4:\"file\";s:20:\"AYA_7_61-562x720.jpg\";s:5:\"width\";i:562;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:29:\"Reduced by 6.1% (4.2 KB)\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:20:\"AYA_7_61-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:10:\"wp_smushit\";s:28:\"Reduced by 5.0% (584 B)\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377612349;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}s:10:\"wp_smushit\";s:30:\"Reduced by 14.1% (6.8 KB)\";}'),(1611,307,'_edit_lock','1385028081:1'),(1612,307,'_yoast_wpseo_linkdex','0'),(1615,39,'_yoast_wpseo_linkdex','0'),(1616,38,'_yoast_wpseo_linkdex','0'),(1617,37,'_yoast_wpseo_linkdex','0'),(1618,36,'_yoast_wpseo_linkdex','0'),(1619,35,'_yoast_wpseo_linkdex','0'),(1620,34,'_yoast_wpseo_linkdex','0'),(1621,33,'_yoast_wpseo_linkdex','0'),(1623,39,'_yoast_wpseo_focuskw',''),(1624,39,'_yoast_wpseo_title',''),(1625,39,'_yoast_wpseo_metadesc',''),(1626,39,'_yoast_wpseo_meta-robots-noindex','0'),(1627,39,'_yoast_wpseo_meta-robots-nofollow','0'),(1628,39,'_yoast_wpseo_meta-robots-adv','none'),(1629,39,'_yoast_wpseo_sitemap-include','-'),(1630,39,'_yoast_wpseo_sitemap-prio','-'),(1631,39,'_yoast_wpseo_sitemap-html-include','-'),(1632,39,'_yoast_wpseo_canonical',''),(1633,39,'_yoast_wpseo_redirect',''),(1634,39,'_yoast_wpseo_opengraph-description',''),(1635,39,'_yoast_wpseo_opengraph-image',''),(1636,39,'_yoast_wpseo_google-plus-description',''),(1638,38,'_yoast_wpseo_focuskw',''),(1639,38,'_yoast_wpseo_title',''),(1640,38,'_yoast_wpseo_metadesc',''),(1641,38,'_yoast_wpseo_meta-robots-noindex','0'),(1642,38,'_yoast_wpseo_meta-robots-nofollow','0'),(1643,38,'_yoast_wpseo_meta-robots-adv','none'),(1644,38,'_yoast_wpseo_sitemap-include','-'),(1645,38,'_yoast_wpseo_sitemap-prio','-'),(1646,38,'_yoast_wpseo_sitemap-html-include','-'),(1647,38,'_yoast_wpseo_canonical',''),(1648,38,'_yoast_wpseo_redirect',''),(1649,38,'_yoast_wpseo_opengraph-description',''),(1650,38,'_yoast_wpseo_opengraph-image',''),(1651,38,'_yoast_wpseo_google-plus-description',''),(1653,37,'_yoast_wpseo_focuskw',''),(1654,37,'_yoast_wpseo_title',''),(1655,37,'_yoast_wpseo_metadesc',''),(1656,37,'_yoast_wpseo_meta-robots-noindex','0'),(1657,37,'_yoast_wpseo_meta-robots-nofollow','0'),(1658,37,'_yoast_wpseo_meta-robots-adv','none'),(1659,37,'_yoast_wpseo_sitemap-include','-'),(1660,37,'_yoast_wpseo_sitemap-prio','-'),(1661,37,'_yoast_wpseo_sitemap-html-include','-'),(1662,37,'_yoast_wpseo_canonical',''),(1663,37,'_yoast_wpseo_redirect',''),(1664,37,'_yoast_wpseo_opengraph-description',''),(1665,37,'_yoast_wpseo_opengraph-image',''),(1666,37,'_yoast_wpseo_google-plus-description',''),(1668,36,'_yoast_wpseo_focuskw',''),(1669,36,'_yoast_wpseo_title',''),(1670,36,'_yoast_wpseo_metadesc',''),(1671,36,'_yoast_wpseo_meta-robots-noindex','0'),(1672,36,'_yoast_wpseo_meta-robots-nofollow','0'),(1673,36,'_yoast_wpseo_meta-robots-adv','none'),(1674,36,'_yoast_wpseo_sitemap-include','-'),(1675,36,'_yoast_wpseo_sitemap-prio','-'),(1676,36,'_yoast_wpseo_sitemap-html-include','-'),(1677,36,'_yoast_wpseo_canonical',''),(1678,36,'_yoast_wpseo_redirect',''),(1679,36,'_yoast_wpseo_opengraph-description',''),(1680,36,'_yoast_wpseo_opengraph-image',''),(1681,36,'_yoast_wpseo_google-plus-description',''),(1683,35,'_yoast_wpseo_focuskw',''),(1684,35,'_yoast_wpseo_title',''),(1685,35,'_yoast_wpseo_metadesc',''),(1686,35,'_yoast_wpseo_meta-robots-noindex','0'),(1687,35,'_yoast_wpseo_meta-robots-nofollow','0'),(1688,35,'_yoast_wpseo_meta-robots-adv','none'),(1689,35,'_yoast_wpseo_sitemap-include','-'),(1690,35,'_yoast_wpseo_sitemap-prio','-'),(1691,35,'_yoast_wpseo_sitemap-html-include','-'),(1692,35,'_yoast_wpseo_canonical',''),(1693,35,'_yoast_wpseo_redirect',''),(1694,35,'_yoast_wpseo_opengraph-description',''),(1695,35,'_yoast_wpseo_opengraph-image',''),(1696,35,'_yoast_wpseo_google-plus-description',''),(1698,34,'_yoast_wpseo_focuskw',''),(1699,34,'_yoast_wpseo_title',''),(1700,34,'_yoast_wpseo_metadesc',''),(1701,34,'_yoast_wpseo_meta-robots-noindex','0'),(1702,34,'_yoast_wpseo_meta-robots-nofollow','0'),(1703,34,'_yoast_wpseo_meta-robots-adv','none'),(1704,34,'_yoast_wpseo_sitemap-include','-'),(1705,34,'_yoast_wpseo_sitemap-prio','-'),(1706,34,'_yoast_wpseo_sitemap-html-include','-'),(1707,34,'_yoast_wpseo_canonical',''),(1708,34,'_yoast_wpseo_redirect',''),(1709,34,'_yoast_wpseo_opengraph-description',''),(1710,34,'_yoast_wpseo_opengraph-image',''),(1711,34,'_yoast_wpseo_google-plus-description',''),(1713,33,'_yoast_wpseo_focuskw',''),(1714,33,'_yoast_wpseo_title',''),(1715,33,'_yoast_wpseo_metadesc',''),(1716,33,'_yoast_wpseo_meta-robots-noindex','0'),(1717,33,'_yoast_wpseo_meta-robots-nofollow','0'),(1718,33,'_yoast_wpseo_meta-robots-adv','none'),(1719,33,'_yoast_wpseo_sitemap-include','-'),(1720,33,'_yoast_wpseo_sitemap-prio','-'),(1721,33,'_yoast_wpseo_sitemap-html-include','-'),(1722,33,'_yoast_wpseo_canonical',''),(1723,33,'_yoast_wpseo_redirect',''),(1724,33,'_yoast_wpseo_opengraph-description',''),(1725,33,'_yoast_wpseo_opengraph-image',''),(1726,33,'_yoast_wpseo_google-plus-description','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_postmeta` ENABLE KEYS */;
--
-- Table structure for table `8oid_posts`
--
DROP TABLE IF EXISTS `8oid_posts`;
CREATE TABLE `8oid_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(20) 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`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=350 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_posts`
--
/*!40000 ALTER TABLE `8oid_posts` DISABLE KEYS */;
LOCK TABLES `8oid_posts` WRITE;
INSERT INTO `8oid_posts` VALUES (17,1,'2013-11-07 09:37:37','2013-11-07 09:37:37','[spb_products asset_type=\"best-sellers\" carousel=\"yes\" product_size=\"standard\" item_count=\"8\" width=\"1/1\" el_position=\"first last\"]','Collection','','inherit','open','open','','16-revision-v1','','','2013-11-07 09:37:37','2013-11-07 09:37:37','',16,'http://mitjo.com/sandbox/16-revision-v1/',0,'revision','',0),(126,1,'2013-11-07 13:38:00','2013-11-07 13:38:00','[woocommerce_checkout]','Checkout','','inherit','open','open','','7-revision-v1','','','2013-11-07 13:38:00','2013-11-07 13:38:00','',7,'http://mitjo.com/sandbox/7-revision-v1/',0,'revision','',0),(127,1,'2013-11-07 13:42:06','2013-11-07 13:42:06','[woocommerce_cart]','Cart','','inherit','open','open','','6-revision-v1','','','2013-11-07 13:42:06','2013-11-07 13:42:06','',6,'http://mitjo.com/sandbox/6-revision-v1/',0,'revision','',0),(130,1,'2013-11-17 16:55:38','2013-11-17 16:55:38','[one_half]\n<h3>Have a question or want to share something with us?</h3>\n[/one_half]\n[one_half_last]1/2 Text[/one_half_last]','SUPPORT','','inherit','open','open','','67-autosave-v1','','','2013-11-17 16:55:38','2013-11-17 16:55:38','',67,'http://mitjo.com/sandbox/67-autosave-v1/',0,'revision','',0),(6,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','[woocommerce_cart]','Cart','','publish','closed','open','','cart','','','2013-11-07 13:42:06','2013-11-07 13:42:06','',0,'http://mitjo.com/sandbox/cart/',0,'page','',0),(7,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','[woocommerce_checkout]','CHECKOUT','','publish','closed','open','','checkout','','','2013-11-20 23:24:07','2013-11-20 23:24:07','',0,'http://mitjo.com/sandbox/checkout/',0,'page','',0),(8,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','[woocommerce_my_account]','MY ACCOUNT','','publish','closed','closed','','my-account','','','2013-11-20 23:26:53','2013-11-20 23:26:53','',0,'http://mitjo.com/sandbox/my-account/',0,'page','',0),(9,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','[woocommerce_lost_password]','Lost Password','','publish','closed','open','','lost-password','','','2013-11-20 23:30:47','2013-11-20 23:30:47','',8,'http://mitjo.com/sandbox/my-account/lost-password/',0,'page','',0),(10,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','[woocommerce_edit_address]','Edit My Address','','publish','closed','open','','edit-address','','','2013-11-20 23:29:49','2013-11-20 23:29:49','',8,'http://mitjo.com/sandbox/my-account/edit-address/',0,'page','',0),(11,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','[woocommerce_view_order]','View Order','','publish','closed','open','','view-order','','','2013-11-20 23:31:13','2013-11-20 23:31:13','',8,'http://mitjo.com/sandbox/my-account/view-order/',0,'page','',0),(12,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','[woocommerce_change_password]','Change Password','','publish','closed','open','','change-password','','','2013-11-20 23:25:37','2013-11-20 23:25:37','',8,'http://mitjo.com/sandbox/my-account/change-password/',0,'page','',0),(13,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','','Logout','','publish','closed','open','','logout','','','2013-11-20 23:30:17','2013-11-20 23:30:17','',8,'http://mitjo.com/sandbox/my-account/logout/',0,'page','',0),(14,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','[woocommerce_pay]','Checkout → Pay','','publish','closed','open','','pay','','','2013-11-20 23:24:41','2013-11-20 23:24:41','',7,'http://mitjo.com/sandbox/checkout/pay/',0,'page','',0),(15,1,'2013-11-07 08:45:09','2013-11-07 08:45:09','[woocommerce_thankyou]','Order Received','','publish','closed','open','','order-received','','','2013-11-20 23:27:39','2013-11-20 23:27:39','',7,'http://mitjo.com/sandbox/checkout/order-received/',0,'page','',0),(16,1,'2013-11-07 09:37:37','2013-11-07 09:37:37','[spb_products asset_type=\"best-sellers\" category=\"ayame\" carousel=\"no\" product_size=\"standard\" item_count=\"8\" width=\"1/1\" el_position=\"first last\"]','COLLECTION','','publish','open','open','','collection','','','2013-11-11 17:44:17','2013-11-11 17:44:17','',0,'http://mitjo.com/sandbox/?page_id=16',0,'page','',0),(18,1,'2013-11-07 09:38:03','2013-11-07 09:38:03','<h3 style=\"text-align: center;\"><strong>OUR STORY</strong></h3>\r\n<p style=\"text-align: center;\">During 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion accessory must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.</p>\r\n<p style=\"text-align: center;\">Mitjó was founded on the bases of expression and individuality. Mitjo believe that expression, combined with functionality produces a product that is no longer just a sock. It becomes a visual expression, a statement of being and identity.</p>\r\n<p style=\"text-align: center;\">Creating outstanding, comfortable and durable socks from the finest quality thread is an unspoken oath that Mitjo work by. Each pair of Mitjo socks has their own personality and, if they could talk, would tell you a story about their unique patterns and how they were designed.</p>\r\n<p style=\"text-align: center;\">The essence of dressing is an expression of oneself, to make a statement of individuality.\r\nBreak the conventional unwritten rules. Express yourself!</p>\r\n<p style=\"text-align: center;\">Design inspired, exceptionally crafted.</p>\r\n<p style=\"text-align: center;\"><em>The Unusual Thread, </em></p>\r\n<p style=\"text-align: center;\"><em></em><strong>Mitjó</strong></p>','OUR STORY','','publish','open','closed','','our-story','','','2013-11-21 12:19:49','2013-11-21 12:19:49','',0,'http://mitjo.com/sandbox/?page_id=18',0,'page','',0),(19,1,'2013-11-07 09:38:03','2013-11-07 09:38:03','','Our story','','inherit','open','open','','18-revision-v1','','','2013-11-07 09:38:03','2013-11-07 09:38:03','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(21,1,'2013-11-07 09:39:37','2013-11-07 09:39:37','<b>TERMS OF SERVICE</b>\r\n\r\n—–\r\n\r\nOVERVIEW\r\n\r\nThis website is operated by Mitjo. Throughout the site, the terms “we”, “us” and “our” refer to Mitjo. Mitjo offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.\r\n\r\nBy visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.\r\n\r\nPlease read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.\r\n\r\nAny new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.\r\n\r\nOur store is hosted on ipage Inc. They provide us with the online e-commerce platform that allows us to sell our products and services to you.\r\n\r\nSECTION 1 – ONLINE STORE TERMS\r\n\r\nBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.\r\n\r\nYou may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).\r\n\r\nYou must not transmit any worms or viruses or any code of a destructive nature.\r\n\r\nA breach or violation of any of the Terms will result in an immediate termination of your Services.\r\n\r\nSECTION 2 – GENERAL CONDITIONS\r\n\r\nWe reserve the right to refuse service to anyone for any reason at any time.\r\nYou understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.\r\n\r\nYou agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.\r\nThe headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.\r\n\r\nSECTION 3 – ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION\r\n\r\nWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.\r\nThis site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.\r\n\r\nSECTION 4 – MODIFICATIONS TO THE SERVICE AND PRICES\r\n\r\nPrices for our products are subject to change without notice.\r\nWe reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.\r\nWe shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.\r\n\r\nSECTION 5 – PRODUCTS OR SERVICES (if applicable)\r\n\r\nCertain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.\r\nWe have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor’s display of any color will be accurate.\r\n\r\nWe reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.\r\n\r\nWe do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.\r\n\r\nSECTION 6 – ACCURACY OF BILLING AND ACCOUNT INFORMATION\r\n\r\nWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.\r\n\r\nYou agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.\r\n\r\nFor more detail, please review our Returns Policy.\r\n\r\nSECTION 7 – OPTIONAL TOOLS\r\n\r\nWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.\r\nYou acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.\r\n\r\nAny use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).\r\nWe may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.\r\n\r\nSECTION 8 – THIRD-PARTY LINKS\r\n\r\nCertain content, products and services available via our Service may include materials from third-parties.\r\nThird-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.\r\n\r\nWe are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party’s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.\r\n\r\nSECTION 9 – USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS\r\n\r\nIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, ‘comments’), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.\r\n\r\nWe may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.\r\n\r\nYou agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.\r\n\r\nSECTION 10 – PERSONAL INFORMATION\r\n\r\nYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.\r\n\r\nSECTION 11 – ERRORS, INACCURACIES AND OMISSIONS\r\n\r\nOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).\r\nWe undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.\r\n\r\nSECTION 12 – PROHIBITED USES\r\n\r\nIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.\r\n\r\nSECTION 13 – DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY\r\n\r\nWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.\r\nWe do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.\r\nYou agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you. You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided ‘as is’ and ‘as available’ for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement. In no case shall Mitjo, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.\r\n\r\nSECTION 14 – INDEMNIFICATION\r\n\r\nYou agree to indemnify, defend and hold harmless Mitjo and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.\r\n\r\nSECTION 15 – SEVERABILITY\r\n\r\nIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.\r\n\r\nSECTION 16 – TERMINATION\r\n\r\nThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes. These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site. If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).\r\n\r\nSECTION 17 – ENTIRE AGREEMENT\r\n\r\nThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision. These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service). Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.\r\n\r\nSECTION 18 – GOVERNING LAW\r\n\r\nThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of Lower Ground Floor,145-157 St john Street, London, EC1V 4PW\r\n\r\nSECTION 19 – CHANGES TO TERMS OF SERVICE\r\n\r\nYou can review the most current version of the Terms of Service at any time at this page. We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.\r\n\r\nSECTION 20 – CONTACT INFORMATION\r\n\r\nQuestions about the Terms of Service should be sent to us at info@mitjo.com.\r\n————————————–','TERMS','','publish','open','closed','','terms','','','2013-11-20 23:28:33','2013-11-20 23:28:33','',0,'http://mitjo.com/sandbox/?page_id=21',0,'page','',0),(22,1,'2013-11-07 09:39:37','2013-11-07 09:39:37','','Terms','','inherit','open','open','','21-revision-v1','','','2013-11-07 09:39:37','2013-11-07 09:39:37','',21,'http://mitjo.com/sandbox/21-revision-v1/',0,'revision','',0),(23,1,'2013-11-07 09:55:46','2013-11-07 09:55:46','FAQ\r\n\r\nBelow you will find answers to the most common questions regarding Mitjo and our web page.\r\n<b>\r\n<strong>Are there different models for men, women and kids?</strong></b>\r\n\r\nAlmost all of our socks are unisex. However, we have a selection of tights, ankle socks, and over the knee socks for women. We also have a separate line of socks for kids.\r\n\r\n<strong>Mitjo Shipping Charges</strong>\r\n\r\nShipping is free when you order four or more items. If you order less than that, a total shipping charge of 4 USD will be added to your order. Note that 2-packs count as one item.\r\n\r\n<strong>Can I return or exchange the socks that I have ordered?</strong>\r\n\r\nOf course you can! Within 28 days of receiving the socks, you may return them for a full refund or exchange them for another pair as long as they are unused, with labels and packaging intact. <a href=\"http://www.mitjo.com/returns-exchanges\">Here</a> you can read more about returns and exchanges.\r\n\r\nDuring our final sale we have a no returns and no exchanges policy on all our discount products.\r\n\r\n<strong>Are all socks on the website in stock?</strong>\r\n\r\nAll of our current collection socks are displayed on the website. If a pair is out of stock, this will be stated on the product’s page. If there is a descrepancy so that a sock show on our website but is not physically in our warehouse due to a miscount, you will of course get a refund for the sock missing.\r\n\r\n<strong>What is the delivery time for your socks?</strong>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible. Delivery times can be longer during final sales or before Christmas (December)\r\n\r\nUnited States: 2-5 business days.\r\n\r\nMitjo uses United States Postal Service or UPS for all of our deliveries. You will receive an email with the details of your shipment and your tracking number as soon as it is dispatched.\r\n\r\n<strong>How do I pay for the socks?</strong><b>\r\n</b>We accept Visa, MasterCard, American Express and PayPal, as well as various local debit cards and invoicing options supported by PayPal\r\n\r\nYou can find more information regarding Order & Payment <a href=\"http://www.mitjo.com/order-payment\">here</a>.\r\n\r\n<strong>What is the quality of your socks? How should I wash them?</strong><b>\r\n</b>\r\nWe work hard to ensure that our socks are of the highest quality possible. However, every sock does have a life cycle and does not uphold forever. Remember to use a scissor when removing the label.\r\n\r\nRead more about washing instructions and our improved quality under the quality section in <a href=\"http://www.mitjo.com/our-story/history\">About</a>.\r\n\r\n<strong>What happens if I get damaged or wrongly packaged socks?</strong><b>\r\n</b>\r\nShould you receive a delivery containing damaged or wrongly packaged socks, we will cover all shipping charges and do everything we can to correct our mistake. You will be provided with new socks or a refund, depending on your wish. Read more about how we handle complaints in the Complaints section on this page. When putting on your brand new pair of Mitjo, please take time to cut the thread on the label instead of ripping it off, as this will damage the socks.\r\n\r\nIf you can’t find the answer to your question in the FAQ, you are more than welcome to get in touch with us!\r\n\r\nTo do so, please click <a href=\"http://www.mitjo.com/contact\">here</a>.','FAQs','','publish','open','open','','faqs','','','2013-11-20 23:29:17','2013-11-20 23:29:17','',0,'http://mitjo.com/sandbox/?page_id=23',0,'page','',0),(24,1,'2013-11-07 09:55:46','2013-11-07 09:55:46','','FAQs','','inherit','open','open','','23-revision-v1','','','2013-11-07 09:55:46','2013-11-07 09:55:46','',23,'http://mitjo.com/sandbox/23-revision-v1/',0,'revision','',0),(25,1,'2013-11-07 09:56:00','2013-11-07 09:56:00','<b>PRIVACY STATEMENT</b>\r\n\r\n—-\r\n\r\nSECTION 1 – WHAT DO WE DO WITH YOUR INFORMATION?\r\n\r\nWhen you purchase something from our store, as part of the buying and selling process, we collect the personal information you give us such as your name, address and email address.\r\n\r\nWhen you browse our store, we also automatically receive your computer’s internet protocol (IP) address in order to provide us with information that helps us learn about your browser and operating system.\r\n\r\nEmail marketing (if applicable): With your permission, we may send you emails about our store, new products and other updates.\r\n\r\nSECTION 2 – CONSENT\r\n\r\nHow do you get my consent?\r\n\r\nWhen you provide us with personal information to complete a transaction, verify your credit card, place an order, arrange for a delivery or return a purchase, we imply that you consent to our collecting it and using it for that specific reason only.\r\nIf we ask for your personal information for a secondary reason, like marketing, we will either ask you directly for your expressed consent, or provide you with an opportunity to say no.\r\n\r\nHow do I withdraw my consent?\r\n\r\nIf after you opt-in, you change your mind, you may withdrawing your consent for us to contact you, for the continued collection, use or disclosure of your information, at anytime, by contacting us at info@mitjo.com or mailing us at:\r\n\r\nMITJÓ\r\n\r\nSuite LP21792\r\n\r\nLower Ground Floor\r\n\r\n145-157 St John Street\r\n\r\nLondon\r\n\r\nEC1V 4PW.\r\n\r\nSECTION 3 – DISCLOSURE\r\n\r\nWe may disclose your personal information if we are required by law to do so or if you violate our Terms of Service.\r\n\r\nSECTION 4 – WOOCOMMERCE\r\n\r\nOur store is hosted on Woocommerce. They provide us with the online e-commerce platform that allows us to sell our products and services to you. Your data is stored through Ipage data storage, databases and the general Woocommerce application. They store your data on a secure server behind a firewall.\r\n\r\nSECTION 5 – THIRD-PARTY SERVICES\r\n\r\nIn general, the third-party providers used by us will only collect, use and disclose your information to the extent necessary to allow them to perform the services they provide to us.\r\n\r\nHowever, certain third-party service providers, such as payment gateways and other payment transaction processors, have their own privacy policies in respect to the information we are required to provide to them for your purchase-related transactions.\r\n\r\nFor these providers, we recommend that you read their privacy policies so you can understand the manner in which your personal information will be handled by these providers.\r\n\r\nIn particular, remember that certain providers may be located in or have facilities that are located a different jurisdiction than either you or us. So if you elect to proceed with a transaction that involves the services of a third-party service provider, then your information may become subject to the laws of the jurisdiction(s) in which that service provider or its facilities are located.\r\n\r\nAs an example, if you are located in Canada and your transaction is processed by a payment gateway located in the United States, then your personal information used in completing that transaction may be subject to disclosure under United States legislation, including the Patriot Act.\r\n\r\nOnce you leave our store’s website or are redirected to a third-party website or application, you are no longer governed by this Privacy Policy or our website’s Terms of Service.\r\n\r\nLinks\r\nWhen you click on links on our store, they may direct you away from our site. We are not responsible for the privacy practices of other sites and encourage you to read their privacy statements.\r\n\r\nSECTION 6 – SECURITY\r\n\r\nTo protect your personal information, we take reasonable precautions and follow industry best practices to make sure it is not inappropriately lost, misused, accessed, disclosed, altered or destroyed.\r\n\r\nIf you provide us with your credit card information, the information is encrypted using secure socket layer technology (SSL) and stored with a AES-256 encryption. Although no method of transmission over the Internet or electronic storage is 100% secure, we follow all PCI-DSS requirements and implement additional generally accepted industry standards.\r\n\r\nSECTION 7 – COOKIES\r\n\r\nHere is a list of cookies that we use. We’ve listed them here so you that you can choose if you want to opt-out of cookies or not.\r\n_session_id, unique token, sessional, Allows Woocommerce to store information about your session (referrer, landing page, etc).\r\n_Woocommerce_visit, no data held, Persistent for 30 minutes from the last visit, Used by our website provider’s internal stats tracker to record the number of visits\r\n_Woocommerce_uniq, no data held, expires midnight (relative to the visitor) of the next day, Counts the number of visits to a store by a single customer.\r\ncart, unique token, persistent for 2 weeks, Stores information about the contents of your cart.\r\n_secure_session_id, unique token, sessional\r\nstorefront_digest, unique token, indefinite If the shop has a password, this is used to determine if the current visitor has access.\r\n\r\nSECTION 8 – AGE OF CONSENT\r\n\r\nBy using this site, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.\r\n\r\nSECTION 9 – CHANGES TO THIS PRIVACY POLICY\r\n\r\nWe reserve the right to modify this privacy policy at any time, so please review it frequently. Changes and clarifications will take effect immediately upon their posting on the website. If we make material changes to this policy, we will notify you here that it has been updated, so that you are aware of what information we collect, how we use it, and under what circumstances, if any, we use and/or disclose it.\r\nIf our store is acquired or merged with another company, your information may be transferred to the new owners so that we may continue to sell products to you.\r\n\r\nQUESTIONS AND CONTACT INFORMATION\r\n\r\nIf you would like to: access, correct, amend or delete any personal information we have about you, register a complaint, or simply want more information contact our Privacy Compliance Office at pco@mitjo.com or by mail at\r\nMITJÓ\r\n[Re: Privacy Compliance Officer]\r\n\r\nSuite LP21792\r\n\r\nLower Ground Floor\r\n\r\n145-157 St John Street\r\n\r\nLondon\r\n\r\nEC1V 4PW.','PRIVACY','','publish','open','closed','','privacy','','','2013-11-20 23:31:57','2013-11-20 23:31:57','',0,'http://mitjo.com/sandbox/?page_id=25',0,'page','',0),(26,1,'2013-11-07 09:56:00','2013-11-07 09:56:00','','Privacy','','inherit','open','open','','25-revision-v1','','','2013-11-07 09:56:00','2013-11-07 09:56:00','',25,'http://mitjo.com/sandbox/25-revision-v1/',0,'revision','',0),(27,1,'2013-11-07 09:56:20','2013-11-07 09:56:20','<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
,London
, EC1V 4PW.\r\n\r\n, United Kingdom. Please include your invoice with the package.\r\n\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','RETURN POLICY','','publish','open','closed','','return-policy','','','2013-11-20 23:32:23','2013-11-20 23:32:23','',0,'http://mitjo.com/sandbox/?page_id=27',0,'page','',0),(28,1,'2013-11-07 09:56:20','2013-11-07 09:56:20','','Return Policy','','inherit','open','open','','27-revision-v1','','','2013-11-07 09:56:20','2013-11-07 09:56:20','',27,'http://mitjo.com/sandbox/27-revision-v1/',0,'revision','',0),(29,1,'2013-11-07 09:56:47','2013-11-07 09:56:47','<p align=\"center\"><b>SOCK OF APPROVAL</b></p>\r\n<p align=\"center\">Our socks are made of the highest quality material. Our suppliers provide us with strong, soft fabric that makes our socks last longer keeping every one happy. A reinforced toe and heel further prevents your Mitjó sock from wear and tear. Our manufactures use AQL* to test our Mitjó socks and vigorously test them during production and before shipping. Our method of prewashing keeps your Mitjo product always feeling soft on your feet and stops them from shrinking in the wash.</p>\r\n<p align=\"center\"></p>\r\n<p align=\"center\">Our luxury products are developed in Northern Italy, a country renowned for its style and trend in the fashion industry. It is our mission to create amazing socks to inspire and express individuality. We are confident that our collection is made up of only the finest materials with meticulous attention to detail and design.</p>\r\n<p align=\"center\">As part of our philosophy we believe in innovation, therefore we are constantly evaluating, maintaining and developing the production process and products. Although your Mitjos will not last forever, washing your socks inside out will help to extend their lives.</p>\r\n<p align=\"center\">*(AQL) AQL stands for Acceptable Quantity Limit and can be defined as the quality level that is tolerable for consumer goods. AQL 2.5 is a type of limit for most consumer goods which means that 2.5% of the defective goods or products would usually not be considered acceptable by the end user.</p>\r\n<p align=\"center\"></p>\r\n<p align=\"center\"></p>\r\n<p align=\"center\">Mitjos are manufactured in various countries ranging from Japan to Italy. We only work with factories that have extended knowledge and a proven track record in manufacturing fine socks. The factories maintain respectful working environments in accordance with international labor laws and standards and we visit them frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p align=\"center\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>','SOCK OF APPROVAL','','publish','open','closed','','sock-of-approval','','','2013-11-19 19:36:47','2013-11-19 19:36:47','',0,'http://mitjo.com/sandbox/?page_id=29',0,'page','',0),(303,1,'2013-11-19 19:36:47','2013-11-19 19:36:47','<p align=\"center\"><b>SOCK OF APPROVAL</b></p>\r\n<p align=\"center\">Our socks are made of the highest quality material. Our suppliers provide us with strong, soft fabric that makes our socks last longer keeping every one happy. A reinforced toe and heel further prevents your Mitjó sock from wear and tear. Our manufactures use AQL* to test our Mitjó socks and vigorously test them during production and before shipping. Our method of prewashing keeps your Mitjo product always feeling soft on your feet and stops them from shrinking in the wash.</p>\r\n<p align=\"center\"></p>\r\n<p align=\"center\">Our luxury products are developed in Northern Italy, a country renowned for its style and trend in the fashion industry. It is our mission to create amazing socks to inspire and express individuality. We are confident that our collection is made up of only the finest materials with meticulous attention to detail and design.</p>\r\n<p align=\"center\">As part of our philosophy we believe in innovation, therefore we are constantly evaluating, maintaining and developing the production process and products. Although your Mitjos will not last forever, washing your socks inside out will help to extend their lives.</p>\r\n<p align=\"center\">*(AQL) AQL stands for Acceptable Quantity Limit and can be defined as the quality level that is tolerable for consumer goods. AQL 2.5 is a type of limit for most consumer goods which means that 2.5% of the defective goods or products would usually not be considered acceptable by the end user.</p>\r\n<p align=\"center\"></p>\r\n<p align=\"center\"></p>\r\n<p align=\"center\">Mitjos are manufactured in various countries ranging from Japan to Italy. We only work with factories that have extended knowledge and a proven track record in manufacturing fine socks. The factories maintain respectful working environments in accordance with international labor laws and standards and we visit them frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p align=\"center\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-19 19:36:47','2013-11-19 19:36:47','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(274,1,'2013-11-18 09:22:28','2013-11-18 09:22:28','<h3 style=\"text-align: center;\">Sock of Approval</h3>\r\n<p style=\"text-align: center;\">For our socks we use a high quality combed cotton and some of the best fabrics. Our suppliers provide us with a strong, softer combed cotton that makes our socks last longer, keeping them and you happy. A reinforced toe and heel further prevents your Mitjó’s from breaking. Our Turkish factories use a tough AQL* test to validate our Mitjó’s production. Two rigorous tests are performed: one during production and one before shipping. These tests help to ensure the highest possible quality. We have also implemented a process called Silicon Washing. In short this “sock-talk” really means that our Mitjó’s will feel better on your feet and won’t shrink when you wash them.</p>\r\n<p style=\"text-align: center;\">We produce our tights in Italy, a country renowned for its high standard in quality fashion. Our goal is to provide you with the best and happiest socks around. We are very confident in our collections only using the best materials, awesome designs, and a meticulous attention to detail.</p>\r\n<p style=\"text-align: center;\">We are constantly evaluating, maintaining and developing the production process! Although your Mitjó’s won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!</p>\r\n<p style=\"text-align: center;\">* (AQL) the worst case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\n<b>Mitjó’s Manufacturing</b></p>\r\n<p style=\"text-align: center;\">Our socks are manufactured in Turkey at a family-owned factory that have been in the business for more than 30 years. Our tights are manufactured in Italy, where production is renowned for its high quality. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p style=\"text-align: center;\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-18 09:22:28','2013-11-18 09:22:28','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(30,1,'2013-11-07 09:56:47','2013-11-07 09:56:47','','Socks of Approval','','inherit','open','open','','29-revision-v1','','','2013-11-07 09:56:47','2013-11-07 09:56:47','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(31,1,'2013-11-07 09:57:05','2013-11-07 09:57:05','<b>Mitjo Delivery Time</b>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible.\r\nUnited Kingdom 1 - 5 business days.\r\nUnited States: 5 - 8 business days.\r\n\r\nIn the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.\r\n\r\n<b>Mitjo Shipping Charges</b>\r\n\r\nShipping is free when you order five or more pairs of socks. If you order less than that, a total shipping charge of £ 5 will be added to your order for UK, for international depending on location standard charge of £12 will be add to your order..\r\n\r\n<b>Further Questions Regarding Shipping</b>\r\n\r\nIf you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.\r\n\r\n<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
, London
, EC1V 4PW, United Kingdom.\r\n\r\nPlease include your invoice with the package.\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','SHIPPING','','publish','open','closed','','shipping','','','2013-11-20 23:32:52','2013-11-20 23:32:52','',0,'http://mitjo.com/sandbox/?page_id=31',0,'page','',0),(273,1,'2013-11-18 09:21:34','2013-11-18 09:21:34','<b>Mitjo Delivery Time</b>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible.\r\n\r\nUnited States: 5 - 8 business days.\r\n\r\nIn the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.\r\n\r\n<b>Mitjo Shipping Charges</b>\r\n\r\nShipping is free when you order four or more products. If you order less than that, a total shipping charge of £ 4 will be added to your order.\r\n\r\n<b>Further Questions Regarding Shipping</b>\r\n\r\nIf you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.\r\n\r\n<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
,London
, EC1V 4PW.\r\n\r\n, United Kingdom. Please include your invoice with the package.\r\n\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','SHIPPING','','inherit','closed','open','','31-revision-v1','','','2013-11-18 09:21:34','2013-11-18 09:21:34','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(32,1,'2013-11-07 09:57:05','2013-11-07 09:57:05','','SHIPPING','','inherit','open','open','','31-revision-v1','','','2013-11-07 09:57:05','2013-11-07 09:57:05','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(33,1,'2013-11-07 09:57:46','2013-11-07 09:57:46','','Multi Border Sock Hazel Top','','publish','open','closed','','multi-border-sock-hazel-top','','','2013-11-21 10:17:58','2013-11-21 10:17:58','',0,'http://mitjo.com/sandbox/?post_type=product&p=33',0,'product','',0),(34,1,'2013-11-07 09:58:15','2013-11-07 09:58:15','','Lightning Sock Yellow ','','publish','open','closed','','lightning-sock-yellow','','','2013-11-21 11:30:44','2013-11-21 11:30:44','',0,'http://mitjo.com/sandbox/?post_type=product&p=34',0,'product','',0),(35,1,'2013-11-07 09:58:36','2013-11-07 09:58:36','','Floral Sock Green ','','publish','open','closed','','floral-sock-green','','','2013-11-23 15:25:50','2013-11-23 15:25:50','',0,'http://mitjo.com/sandbox/?post_type=product&p=35',0,'product','',0),(36,1,'2013-11-07 09:58:59','2013-11-07 09:58:59','','Thunder Sock Navy','','publish','open','closed','','thunder-sock-navy','','','2013-11-23 15:17:38','2013-11-23 15:17:38','',0,'http://mitjo.com/sandbox/?post_type=product&p=36',0,'product','',0),(37,1,'2013-11-07 09:59:27','2013-11-07 09:59:27','','Floral Sock Navy ','','publish','open','closed','','floral-sock-navy','','','2013-11-21 10:09:33','2013-11-21 10:09:33','',0,'http://mitjo.com/sandbox/?post_type=product&p=37',0,'product','',0),(38,1,'2013-11-07 10:00:12','2013-11-07 10:00:12','','Multi Border Sock Bordo Red','','publish','open','closed','','multi-border-sock-bordo-red','','','2013-11-21 10:08:30','2013-11-21 10:08:30','',0,'http://mitjo.com/sandbox/?post_type=product&p=38',0,'product','',0),(39,1,'2013-11-07 10:00:45','2013-11-07 10:00:45','','Multi Border Sock Navy','','publish','open','closed','','multi-border-sock-navy','','','2013-11-21 11:32:48','2013-11-21 11:32:48','',0,'http://mitjo.com/sandbox/?post_type=product&p=39',0,'product','',0),(224,1,'2013-11-17 14:36:42','2013-11-17 14:36:42','','Logo-Artwork-R','','inherit','closed','open','','logo-artwork-r','','','2013-11-17 14:36:42','2013-11-17 14:36:42','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/Logo-Artwork-R.png',0,'attachment','image/png',0),(48,1,'2013-11-07 10:18:41','2013-11-07 10:18:41','[spb_text_block pb_margin_bottom=\"no\" pb_border_bottom=\"no\" width=\"1/1\" el_position=\"first last\"]\r\n<blockquote>\r\n<p style=\"text-align: center;\">The essence of dressing is an expression of oneself, to make a statement of individuality. Break the conventional unwritten rules. Express yourself! Design inspired, exceptionally crafted.</p>\r\n<p style=\"text-align: center;\"><em>The Unusual Thread,</em></p>\r\n</blockquote>\r\n<p style=\"text-align: center;\">Mitjó - Socks</p>\r\n[/spb_text_block] [spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"ype-of-288\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','publish','open','closed','','home','','','2013-12-21 16:49:58','2013-12-21 16:49:58','',0,'http://mitjo.com/sandbox/?page_id=48',0,'page','',0),(49,1,'2013-11-07 10:18:41','2013-11-07 10:18:41','','Home','','inherit','open','open','','48-revision-v1','','','2013-11-07 10:18:41','2013-11-07 10:18:41','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(210,1,'2013-11-17 12:42:17','2013-11-17 12:42:17','[spb_single_image image=\"ype-of-207\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"208\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"209\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-17 12:42:17','2013-11-17 12:42:17','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(52,1,'2013-11-07 10:22:10','2013-11-07 10:22:10',' ','','','publish','open','open','','52','','','2013-11-16 20:12:06','2013-11-16 20:12:06','',0,'http://mitjo.com/sandbox/?p=52',2,'nav_menu_item','',0),(53,1,'2013-11-07 10:22:10','2013-11-07 10:22:10',' ','','','publish','open','open','','53','','','2013-11-16 20:12:06','2013-11-16 20:12:06','',0,'http://mitjo.com/sandbox/?p=53',1,'nav_menu_item','',0),(54,1,'2013-11-07 10:23:01','2013-11-07 10:23:01','','Shipping','','inherit','open','open','','31-revision-v1','','','2013-11-07 10:23:01','2013-11-07 10:23:01','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(64,1,'2013-11-07 10:31:12','2013-11-07 10:31:12','[spb_single_image image=\"ype-of-59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"ype-of-60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"ype-of-63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','Home','','inherit','open','open','','48-revision-v1','','','2013-11-07 10:31:12','2013-11-07 10:31:12','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(56,1,'2013-11-07 10:24:02','2013-11-07 10:24:02','','home-page-icons-2','','inherit','open','open','','home-page-icons-2','','','2013-11-07 10:24:02','2013-11-07 10:24:02','',48,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/home-page-icons-2.jpg',0,'attachment','image/jpeg',0),(57,1,'2013-12-21 16:22:09','2013-12-21 16:22:09','[spb_text_block pb_margin_bottom=\"no\" pb_border_bottom=\"no\" width=\"1/1\" el_position=\"first last\"]\n<blockquote>\n<p style=\"text-align: center;\">The essence of dressing is an expression of oneself, to make a statement of individuality. Break the conventional unwritten rules. Express yourself! Design inspired, exceptionally crafted.</p>\n<p style=\"text-align: center;\"><em>The Unusual Thread,</em></p>\n</blockquote>\n<p style=\"text-align: center;\">Mitjó - Socks</p>\n[/spb_text_block] [spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"ype-of-288\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','open','open','','48-autosave-v1','','','2013-12-21 16:22:09','2013-12-21 16:22:09','',48,'http://mitjo.com/sandbox/48-autosave-v1/',0,'revision','',0),(289,1,'2013-11-18 15:23:53','2013-11-18 15:23:53','[spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"ype-of-288\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-18 15:23:53','2013-11-18 15:23:53','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(58,1,'2013-11-07 10:24:52','2013-11-07 10:24:52','','home-page-icons-1','','inherit','open','open','','home-page-icons-1-2','','','2013-11-07 10:24:52','2013-11-07 10:24:52','',48,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/home-page-icons-11.jpg',0,'attachment','image/jpeg',0),(219,1,'2013-11-17 14:06:52','2013-11-17 14:06:52','[spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-17 14:06:52','2013-11-17 14:06:52','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(217,1,'2013-11-17 13:54:49','2013-11-17 13:54:49','[impact_text include_button=\"yes\" button_style=\"standard\" title=\"Text on the button\" color=\"accent\" size=\"normal\" type=\"standard\" target=\"_self\" position=\"cta_align_right\" alt_background=\"none\" width=\"1/1\" el_position=\"first last\"] click the edit button to change this text. [/impact_text] [spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-17 13:54:49','2013-11-17 13:54:49','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(62,1,'2013-11-07 10:30:01','2013-11-07 10:30:01','[spb_single_image image=\"ype-of-59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"ype-of-60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"ype-of-55\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','Home','','inherit','open','open','','48-revision-v1','','','2013-11-07 10:30:01','2013-11-07 10:30:01','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(63,1,'2013-11-07 10:30:50','2013-11-07 10:30:50','','home-page-icons-3','','inherit','open','open','','home-page-icons-3','','','2013-11-07 10:30:50','2013-11-07 10:30:50','',48,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/home-page-icons-3.jpg',0,'attachment','image/jpeg',0),(65,1,'2013-11-07 10:31:43','2013-11-07 10:31:43','','Our Story','','inherit','open','open','','18-revision-v1','','','2013-11-07 10:31:43','2013-11-07 10:31:43','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(66,1,'2013-11-07 10:32:29','2013-11-07 10:32:29','[spb_products asset_type=\"best-sellers\" category=\"ayame\" carousel=\"no\" product_size=\"standard\" item_count=\"8\" width=\"1/1\" el_position=\"first last\"]','Collection','','inherit','open','open','','16-revision-v1','','','2013-11-07 10:32:29','2013-11-07 10:32:29','',16,'http://mitjo.com/sandbox/16-revision-v1/',0,'revision','',0),(67,1,'2013-11-07 10:38:41','2013-11-07 10:38:41','[one_half]\r\n<h2>Have a question or want to share something with us?</h2>\r\n[/one_half]\r\n[one_half_last][contact-form-7 id=\"128\" title=\"checkout\"][/one_half_last]','CONTACT US','','publish','open','closed','','contact-us','','','2013-11-23 15:12:48','2013-11-23 15:12:48','',0,'http://mitjo.com/sandbox/?page_id=67',0,'page','',0),(68,1,'2013-11-07 10:38:41','2013-11-07 10:38:41','','Contact Us','','inherit','open','open','','67-revision-v1','','','2013-11-07 10:38:41','2013-11-07 10:38:41','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(151,1,'2013-11-16 20:09:22','2013-11-16 20:09:22','<b>PRIVACY STATEMENT</b>\r\n\r\n—-\r\n\r\nSECTION 1 – WHAT DO WE DO WITH YOUR INFORMATION?\r\n\r\nWhen you purchase something from our store, as part of the buying and selling process, we collect the personal information you give us such as your name, address and email address.\r\n\r\nWhen you browse our store, we also automatically receive your computer’s internet protocol (IP) address in order to provide us with information that helps us learn about your browser and operating system.\r\n\r\nEmail marketing (if applicable): With your permission, we may send you emails about our store, new products and other updates.\r\n\r\nSECTION 2 – CONSENT\r\n\r\nHow do you get my consent?\r\n\r\nWhen you provide us with personal information to complete a transaction, verify your credit card, place an order, arrange for a delivery or return a purchase, we imply that you consent to our collecting it and using it for that specific reason only.\r\nIf we ask for your personal information for a secondary reason, like marketing, we will either ask you directly for your expressed consent, or provide you with an opportunity to say no.\r\n\r\nHow do I withdraw my consent?\r\n\r\nIf after you opt-in, you change your mind, you may withdrawing your consent for us to contact you, for the continued collection, use or disclosure of your information, at anytime, by contacting us at info@mitjo.com or mailing us at:\r\n\r\nMITJÓ\r\n\r\nSuite LP21792\r\n\r\nLower Ground Floor\r\n\r\n145-157 St John Street\r\n\r\nLondon\r\n\r\nEC1V 4PW.\r\n\r\nSECTION 3 – DISCLOSURE\r\n\r\nWe may disclose your personal information if we are required by law to do so or if you violate our Terms of Service.\r\n\r\nSECTION 4 – WOOCOMMERCE\r\n\r\nOur store is hosted on Woocommerce. They provide us with the online e-commerce platform that allows us to sell our products and services to you. Your data is stored through Ipage data storage, databases and the general Woocommerce application. They store your data on a secure server behind a firewall.\r\n\r\nSECTION 5 – THIRD-PARTY SERVICES\r\n\r\nIn general, the third-party providers used by us will only collect, use and disclose your information to the extent necessary to allow them to perform the services they provide to us.\r\n\r\nHowever, certain third-party service providers, such as payment gateways and other payment transaction processors, have their own privacy policies in respect to the information we are required to provide to them for your purchase-related transactions.\r\n\r\nFor these providers, we recommend that you read their privacy policies so you can understand the manner in which your personal information will be handled by these providers.\r\n\r\nIn particular, remember that certain providers may be located in or have facilities that are located a different jurisdiction than either you or us. So if you elect to proceed with a transaction that involves the services of a third-party service provider, then your information may become subject to the laws of the jurisdiction(s) in which that service provider or its facilities are located.\r\n\r\nAs an example, if you are located in Canada and your transaction is processed by a payment gateway located in the United States, then your personal information used in completing that transaction may be subject to disclosure under United States legislation, including the Patriot Act.\r\n\r\nOnce you leave our store’s website or are redirected to a third-party website or application, you are no longer governed by this Privacy Policy or our website’s Terms of Service.\r\n\r\nLinks\r\nWhen you click on links on our store, they may direct you away from our site. We are not responsible for the privacy practices of other sites and encourage you to read their privacy statements.\r\n\r\nSECTION 6 – SECURITY\r\n\r\nTo protect your personal information, we take reasonable precautions and follow industry best practices to make sure it is not inappropriately lost, misused, accessed, disclosed, altered or destroyed.\r\n\r\nIf you provide us with your credit card information, the information is encrypted using secure socket layer technology (SSL) and stored with a AES-256 encryption. Although no method of transmission over the Internet or electronic storage is 100% secure, we follow all PCI-DSS requirements and implement additional generally accepted industry standards.\r\n\r\nSECTION 7 – COOKIES\r\n\r\nHere is a list of cookies that we use. We’ve listed them here so you that you can choose if you want to opt-out of cookies or not.\r\n_session_id, unique token, sessional, Allows Woocommerce to store information about your session (referrer, landing page, etc).\r\n_Woocommerce_visit, no data held, Persistent for 30 minutes from the last visit, Used by our website provider’s internal stats tracker to record the number of visits\r\n_Woocommerce_uniq, no data held, expires midnight (relative to the visitor) of the next day, Counts the number of visits to a store by a single customer.\r\ncart, unique token, persistent for 2 weeks, Stores information about the contents of your cart.\r\n_secure_session_id, unique token, sessional\r\nstorefront_digest, unique token, indefinite If the shop has a password, this is used to determine if the current visitor has access.\r\n\r\nSECTION 8 – AGE OF CONSENT\r\n\r\nBy using this site, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.\r\n\r\nSECTION 9 – CHANGES TO THIS PRIVACY POLICY\r\n\r\nWe reserve the right to modify this privacy policy at any time, so please review it frequently. Changes and clarifications will take effect immediately upon their posting on the website. If we make material changes to this policy, we will notify you here that it has been updated, so that you are aware of what information we collect, how we use it, and under what circumstances, if any, we use and/or disclose it.\r\nIf our store is acquired or merged with another company, your information may be transferred to the new owners so that we may continue to sell products to you.\r\n\r\nQUESTIONS AND CONTACT INFORMATION\r\n\r\nIf you would like to: access, correct, amend or delete any personal information we have about you, register a complaint, or simply want more information contact our Privacy Compliance Office at pco@mitjo.com or by mail at\r\nMITJÓ\r\n[Re: Privacy Compliance Officer]\r\n\r\nSuite LP21792\r\n\r\nLower Ground Floor\r\n\r\n145-157 St John Street\r\n\r\nLondon\r\n\r\nEC1V 4PW.','PRIVACY','','inherit','closed','open','','25-revision-v1','','','2013-11-16 20:09:22','2013-11-16 20:09:22','',25,'http://mitjo.com/sandbox/25-revision-v1/',0,'revision','',0),(70,1,'2013-11-07 10:49:19','2013-11-07 10:49:19','<h1>Checkout</h1>\n\n{{mj-checkout-form}}','Mijireh Secure Checkout','','private','closed','closed','','mijireh-secure-checkout','','','2013-11-07 10:49:19','2013-11-07 10:49:19','',0,'http://mitjo.com/sandbox/mijireh-secure-checkout/',0,'page','',0),(71,1,'2013-11-07 11:03:27','2013-11-07 11:03:27','[one_half]\r\n\r\nDuring 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.\r\n\r\n[/one_half]\r\n[one_half_last]\r\n\r\nAt Mitjo, socks infatuate us. We believe that a fine crafted sock is not just for Christmas. The love should last longer and so should the sock. This is why we demand our socks to be made from the highest quality material possible. Our socks take the biggest brunt of our day-to-day life. A Mitjo sock is engineered to take this wear and tear, and more.\r\n\r\n \r\n\r\nGive your feet the respect they deserve, give them a Mitjó.\r\n\r\n[/one_half_last]','Our Story','','inherit','open','open','','18-revision-v1','','','2013-11-07 11:03:27','2013-11-07 11:03:27','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(72,1,'2013-11-07 11:04:19','2013-11-07 11:04:19','FAQ\r\n\r\nBelow you will find answers to the most common questions regarding Mitjo and our web page.\r\n<b>\r\n<strong>Are there different models for men, women and kids?</strong></b>\r\n\r\nAlmost all of our socks are unisex. However, we have a selection of tights, ankle socks, and over the knee socks for women. We also have a separate line of socks for kids.\r\n\r\n<strong>Mitjo Shipping Charges</strong>\r\n\r\nShipping is free when you order four or more items. If you order less than that, a total shipping charge of 4 USD will be added to your order. Note that 2-packs count as one item.\r\n\r\n<strong>Can I return or exchange the socks that I have ordered?</strong>\r\n\r\nOf course you can! Within 28 days of receiving the socks, you may return them for a full refund or exchange them for another pair as long as they are unused, with labels and packaging intact. <a href=\"http://www.mitjo.com/returns-exchanges\">Here</a> you can read more about returns and exchanges.\r\n\r\nDuring our final sale we have a no returns and no exchanges policy on all our discount products.\r\n\r\n<strong>Are all socks on the website in stock?</strong>\r\n\r\nAll of our current collection socks are displayed on the website. If a pair is out of stock, this will be stated on the product’s page. If there is a descrepancy so that a sock show on our website but is not physically in our warehouse due to a miscount, you will of course get a refund for the sock missing.\r\n\r\n<strong>What is the delivery time for your socks?</strong>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible. Delivery times can be longer during final sales or before Christmas (December)\r\n\r\nUnited States: 2-5 business days.\r\n\r\nMitjo uses United States Postal Service or UPS for all of our deliveries. You will receive an email with the details of your shipment and your tracking number as soon as it is dispatched.\r\n\r\n<strong>How do I pay for the socks?</strong><b>\r\n</b>We accept Visa, MasterCard, American Express and PayPal, as well as various local debit cards and invoicing options supported by PayPal\r\n\r\nYou can find more information regarding Order & Payment <a href=\"http://www.mitjo.com/order-payment\">here</a>.\r\n\r\n<strong>What is the quality of your socks? How should I wash them?</strong><b>\r\n</b>\r\nWe work hard to ensure that our socks are of the highest quality possible. However, every sock does have a life cycle and does not uphold forever. Remember to use a scissor when removing the label.\r\n\r\nRead more about washing instructions and our improved quality under the quality section in <a href=\"http://www.mitjo.com/our-story/history\">About</a>.\r\n\r\n<strong>What happens if I get damaged or wrongly packaged socks?</strong><b>\r\n</b>\r\nShould you receive a delivery containing damaged or wrongly packaged socks, we will cover all shipping charges and do everything we can to correct our mistake. You will be provided with new socks or a refund, depending on your wish. Read more about how we handle complaints in the Complaints section on this page. When putting on your brand new pair of Mitjo, please take time to cut the thread on the label instead of ripping it off, as this will damage the socks.\r\n\r\nIf you can’t find the answer to your question in the FAQ, you are more than welcome to get in touch with us!\r\n\r\nTo do so, please click <a href=\"http://www.mitjo.com/contact\">here</a>.','FAQs','','inherit','open','open','','23-revision-v1','','','2013-11-07 11:04:19','2013-11-07 11:04:19','',23,'http://mitjo.com/sandbox/23-revision-v1/',0,'revision','',0),(73,1,'2013-11-07 11:06:32','2013-11-07 11:06:32',' ','','','publish','open','open','','73','','','2013-11-07 11:08:00','2013-11-07 11:08:00','',0,'http://mitjo.com/sandbox/?p=73',7,'nav_menu_item','',0),(74,1,'2013-11-07 11:06:32','2013-11-07 11:06:32',' ','','','publish','open','open','','74','','','2013-11-07 11:08:00','2013-11-07 11:08:00','',0,'http://mitjo.com/sandbox/?p=74',6,'nav_menu_item','',0),(75,1,'2013-11-07 11:06:32','2013-11-07 11:06:32',' ','','','publish','open','open','','75','','','2013-11-07 11:08:00','2013-11-07 11:08:00','',0,'http://mitjo.com/sandbox/?p=75',5,'nav_menu_item','',0),(76,1,'2013-11-07 11:06:32','2013-11-07 11:06:32',' ','','','publish','open','open','','76','','','2013-11-07 11:08:00','2013-11-07 11:08:00','',0,'http://mitjo.com/sandbox/?p=76',3,'nav_menu_item','',0),(77,1,'2013-11-07 11:06:32','2013-11-07 11:06:32',' ','','','publish','open','open','','77','','','2013-11-07 11:08:00','2013-11-07 11:08:00','',0,'http://mitjo.com/sandbox/?p=77',2,'nav_menu_item','',0),(78,1,'2013-11-07 11:06:32','2013-11-07 11:06:32',' ','','','publish','open','open','','78','','','2013-11-07 11:08:00','2013-11-07 11:08:00','',0,'http://mitjo.com/sandbox/?p=78',1,'nav_menu_item','',0),(79,1,'2013-11-07 11:06:32','2013-11-07 11:06:32',' ','','','publish','open','open','','79','','','2013-11-07 11:08:00','2013-11-07 11:08:00','',0,'http://mitjo.com/sandbox/?p=79',4,'nav_menu_item','',0),(80,1,'2013-11-07 11:11:15','2013-11-07 11:11:15','<b>PRIVACY STATEMENT</b>\r\n\r\n—-\r\n\r\nSECTION 1 – WHAT DO WE DO WITH YOUR INFORMATION?\r\n\r\nWhen you purchase something from our store, as part of the buying and selling process, we collect the personal information you give us such as your name, address and email address.\r\n\r\nWhen you browse our store, we also automatically receive your computer’s internet protocol (IP) address in order to provide us with information that helps us learn about your browser and operating system.\r\n\r\nEmail marketing (if applicable): With your permission, we may send you emails about our store, new products and other updates.\r\n\r\nSECTION 2 – CONSENT\r\n\r\nHow do you get my consent?\r\n\r\nWhen you provide us with personal information to complete a transaction, verify your credit card, place an order, arrange for a delivery or return a purchase, we imply that you consent to our collecting it and using it for that specific reason only.\r\nIf we ask for your personal information for a secondary reason, like marketing, we will either ask you directly for your expressed consent, or provide you with an opportunity to say no.\r\n\r\nHow do I withdraw my consent?\r\n\r\nIf after you opt-in, you change your mind, you may withdrawing your consent for us to contact you, for the continued collection, use or disclosure of your information, at anytime, by contacting us at info@mitjo.com or mailing us at:\r\n\r\nMITJÓ\r\n\r\nSuite LP21792\r\n\r\nLower Ground Floor\r\n\r\n145-157 St John Street\r\n\r\nLondon\r\n\r\nEC1V 4PW.\r\n\r\nSECTION 3 – DISCLOSURE\r\n\r\nWe may disclose your personal information if we are required by law to do so or if you violate our Terms of Service.\r\n\r\nSECTION 4 – WOOCOMMERCE\r\n\r\nOur store is hosted on Woocommerce. They provide us with the online e-commerce platform that allows us to sell our products and services to you. Your data is stored through Ipage data storage, databases and the general Woocommerce application. They store your data on a secure server behind a firewall.\r\n\r\nSECTION 5 – THIRD-PARTY SERVICES\r\n\r\nIn general, the third-party providers used by us will only collect, use and disclose your information to the extent necessary to allow them to perform the services they provide to us.\r\n\r\nHowever, certain third-party service providers, such as payment gateways and other payment transaction processors, have their own privacy policies in respect to the information we are required to provide to them for your purchase-related transactions.\r\n\r\nFor these providers, we recommend that you read their privacy policies so you can understand the manner in which your personal information will be handled by these providers.\r\n\r\nIn particular, remember that certain providers may be located in or have facilities that are located a different jurisdiction than either you or us. So if you elect to proceed with a transaction that involves the services of a third-party service provider, then your information may become subject to the laws of the jurisdiction(s) in which that service provider or its facilities are located.\r\n\r\nAs an example, if you are located in Canada and your transaction is processed by a payment gateway located in the United States, then your personal information used in completing that transaction may be subject to disclosure under United States legislation, including the Patriot Act.\r\n\r\nOnce you leave our store’s website or are redirected to a third-party website or application, you are no longer governed by this Privacy Policy or our website’s Terms of Service.\r\n\r\nLinks\r\nWhen you click on links on our store, they may direct you away from our site. We are not responsible for the privacy practices of other sites and encourage you to read their privacy statements.\r\n\r\nSECTION 6 – SECURITY\r\n\r\nTo protect your personal information, we take reasonable precautions and follow industry best practices to make sure it is not inappropriately lost, misused, accessed, disclosed, altered or destroyed.\r\n\r\nIf you provide us with your credit card information, the information is encrypted using secure socket layer technology (SSL) and stored with a AES-256 encryption. Although no method of transmission over the Internet or electronic storage is 100% secure, we follow all PCI-DSS requirements and implement additional generally accepted industry standards.\r\n\r\nSECTION 7 – COOKIES\r\n\r\nHere is a list of cookies that we use. We’ve listed them here so you that you can choose if you want to opt-out of cookies or not.\r\n_session_id, unique token, sessional, Allows Woocommerce to store information about your session (referrer, landing page, etc).\r\n_Woocommerce_visit, no data held, Persistent for 30 minutes from the last visit, Used by our website provider’s internal stats tracker to record the number of visits\r\n_Woocommerce_uniq, no data held, expires midnight (relative to the visitor) of the next day, Counts the number of visits to a store by a single customer.\r\ncart, unique token, persistent for 2 weeks, Stores information about the contents of your cart.\r\n_secure_session_id, unique token, sessional\r\nstorefront_digest, unique token, indefinite If the shop has a password, this is used to determine if the current visitor has access.\r\n\r\nSECTION 8 – AGE OF CONSENT\r\n\r\nBy using this site, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.\r\n\r\nSECTION 9 – CHANGES TO THIS PRIVACY POLICY\r\n\r\nWe reserve the right to modify this privacy policy at any time, so please review it frequently. Changes and clarifications will take effect immediately upon their posting on the website. If we make material changes to this policy, we will notify you here that it has been updated, so that you are aware of what information we collect, how we use it, and under what circumstances, if any, we use and/or disclose it.\r\nIf our store is acquired or merged with another company, your information may be transferred to the new owners so that we may continue to sell products to you.\r\n\r\nQUESTIONS AND CONTACT INFORMATION\r\n\r\nIf you would like to: access, correct, amend or delete any personal information we have about you, register a complaint, or simply want more information contact our Privacy Compliance Office at pco@mitjo.com or by mail at\r\nMITJÓ\r\n[Re: Privacy Compliance Officer]\r\n\r\nSuite LP21792\r\n\r\nLower Ground Floor\r\n\r\n145-157 St John Street\r\n\r\nLondon\r\n\r\nEC1V 4PW.','Privacy','','inherit','open','open','','25-revision-v1','','','2013-11-07 11:11:15','2013-11-07 11:11:15','',25,'http://mitjo.com/sandbox/25-revision-v1/',0,'revision','',0),(81,1,'2013-11-18 15:25:58','2013-11-18 15:25:58','<b>Mitjo Delivery Time</b>\n\nWe do our very best to ensure that you receive your socks as fast as possible.\nUnited Kingdom 1 - 5 business days.\nUnited States: 5 - 8 business days.\n\nIn the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.\n\n<b>Mitjo Shipping Charges</b>\n\nShipping is free when you order five or more pairs of socks. If you order less than that, a total shipping charge of £ 5 will be added to your order for UK, for international depening on location standard charge of £1.\n\n<b>Further Questions Regarding Shipping</b>\n\nIf you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.\n\n<b>RETURNS, REFUNDS AND EXCHANGES</b>\n\n<b>Returns</b>\n\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\n\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
, London
, EC1V 4PW, United Kingdom.\n\nPlease include your invoice with the package.\nWe recommend using a secure or signed for service.\n\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\n\nPlease do not send your purchase back to the manufacturer.\n\nThere are certain situations where only partial refunds are granted: (if applicable)\n- Items with obvious signs of use\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\n- Any item that is returned more than 28 days after delivery\n\n<b>Refunds (if applicable)</b>\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\n\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\n\n<b>Late or missing refunds (if applicable)</b>\nIf you haven’t received a refund yet, first check your bank account again.\n\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\n\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\nreturns@mitjo.com.','SHIPPING','','inherit','open','open','','31-autosave-v1','','','2013-11-18 15:25:58','2013-11-18 15:25:58','',31,'http://mitjo.com/sandbox/31-autosave-v1/',0,'revision','',0),(82,1,'2013-11-07 11:12:39','2013-11-07 11:12:39','<b>Mitjo Delivery Time</b>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible.\r\n\r\nUnited States: 2-5 business days.\r\n\r\nIn the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.\r\n\r\n<b>Mitjo Shipping Charges</b>\r\n\r\nShipping is free when you order four or more products. If you order less than that, a total shipping charge of £ 4 will be added to your order.\r\n\r\n<b>Further Questions Regarding Shipping</b>\r\n\r\nIf you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.\r\n\r\n<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
,London
, EC1V 4PW.\r\n\r\n, United Kingdom. Please include your invoice with the package.\r\n\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','Shipping','','inherit','open','open','','31-revision-v1','','','2013-11-07 11:12:39','2013-11-07 11:12:39','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(84,1,'2013-11-07 11:15:01','2013-11-07 11:15:01','<b>QUALITY</b>\r\n\r\nFor our socks we use a high quality combed cotton and some of the best fabrics. Our suppliers provide us with a strong, softer combed cotton that makes our socks last longer, keeping them and you happy. A reinforced toe and heel further prevents your Mitjó’s from breaking. Our Turkish factories use a tough AQL* test to validate our Mitjó’s production. Two rigorous tests are performed: one during production and one before shipping. These tests help to ensure the highest possible quality. We have also implemented a process called Silicon Washing. In short this “sock-talk” really means that our Mitjó’s will feel better on your feet and won’t shrink when you wash them.\r\n\r\nWe produce our tights in Italy, a country renowned for its high standard in quality fashion. Our goal is to provide you with the best and happiest socks around. We are very confident in our collections only using the best materials, awesome designs, and a meticulous attention to detail.\r\n\r\nWe are constantly evaluating, maintaining and developing the production process! Although your Mitjó’s won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!\r\n\r\n* (AQL) the worst case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\n<b>Mitjó’s Manufacturing</b>\r\n\r\nOur socks are manufactured in Turkey at a family-owned factory that have been in the business for more than 30 years. Our tights are manufactured in Italy, where production is renowned for its high quality. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.\r\n\r\nWe work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a>','Socks of Approval','','inherit','open','open','','29-revision-v1','','','2013-11-07 11:15:01','2013-11-07 11:15:01','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(85,1,'2013-11-07 11:15:58','2013-11-07 11:15:58','<b>TERMS OF SERVICE</b>\r\n\r\n—–\r\n\r\nOVERVIEW\r\n\r\nThis website is operated by Mitjo. Throughout the site, the terms “we”, “us” and “our” refer to Mitjo. Mitjo offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.\r\n\r\nBy visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.\r\n\r\nPlease read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.\r\n\r\nAny new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.\r\n\r\nOur store is hosted on ipage Inc. They provide us with the online e-commerce platform that allows us to sell our products and services to you.\r\n\r\nSECTION 1 – ONLINE STORE TERMS\r\n\r\nBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.\r\n\r\nYou may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).\r\n\r\nYou must not transmit any worms or viruses or any code of a destructive nature.\r\n\r\nA breach or violation of any of the Terms will result in an immediate termination of your Services.\r\n\r\nSECTION 2 – GENERAL CONDITIONS\r\n\r\nWe reserve the right to refuse service to anyone for any reason at any time.\r\nYou understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.\r\n\r\nYou agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.\r\nThe headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.\r\n\r\nSECTION 3 – ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION\r\n\r\nWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.\r\nThis site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.\r\n\r\nSECTION 4 – MODIFICATIONS TO THE SERVICE AND PRICES\r\n\r\nPrices for our products are subject to change without notice.\r\nWe reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.\r\nWe shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.\r\n\r\nSECTION 5 – PRODUCTS OR SERVICES (if applicable)\r\n\r\nCertain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.\r\nWe have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor’s display of any color will be accurate.\r\n\r\nWe reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.\r\n\r\nWe do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.\r\n\r\nSECTION 6 – ACCURACY OF BILLING AND ACCOUNT INFORMATION\r\n\r\nWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.\r\n\r\nYou agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.\r\n\r\nFor more detail, please review our Returns Policy.\r\n\r\nSECTION 7 – OPTIONAL TOOLS\r\n\r\nWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.\r\nYou acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.\r\n\r\nAny use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).\r\nWe may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.\r\n\r\nSECTION 8 – THIRD-PARTY LINKS\r\n\r\nCertain content, products and services available via our Service may include materials from third-parties.\r\nThird-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.\r\n\r\nWe are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party’s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.\r\n\r\nSECTION 9 – USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS\r\n\r\nIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, ‘comments’), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.\r\n\r\nWe may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.\r\n\r\nYou agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.\r\n\r\nSECTION 10 – PERSONAL INFORMATION\r\n\r\nYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.\r\n\r\nSECTION 11 – ERRORS, INACCURACIES AND OMISSIONS\r\n\r\nOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).\r\nWe undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.\r\n\r\nSECTION 12 – PROHIBITED USES\r\n\r\nIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.\r\n\r\nSECTION 13 – DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY\r\n\r\nWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.\r\nWe do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.\r\nYou agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you. You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided ‘as is’ and ‘as available’ for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement. In no case shall Mitjo, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.\r\n\r\nSECTION 14 – INDEMNIFICATION\r\n\r\nYou agree to indemnify, defend and hold harmless Mitjo and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.\r\n\r\nSECTION 15 – SEVERABILITY\r\n\r\nIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.\r\n\r\nSECTION 16 – TERMINATION\r\n\r\nThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes. These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site. If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).\r\n\r\nSECTION 17 – ENTIRE AGREEMENT\r\n\r\nThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision. These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service). Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.\r\n\r\nSECTION 18 – GOVERNING LAW\r\n\r\nThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of Lower Ground Floor,145-157 St john Street, London, EC1V 4PW\r\n\r\nSECTION 19 – CHANGES TO TERMS OF SERVICE\r\n\r\nYou can review the most current version of the Terms of Service at any time at this page. We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.\r\n\r\nSECTION 20 – CONTACT INFORMATION\r\n\r\nQuestions about the Terms of Service should be sent to us at info@mitjo.com.\r\n————————————–','Terms','','inherit','open','open','','21-revision-v1','','','2013-11-07 11:15:58','2013-11-07 11:15:58','',21,'http://mitjo.com/sandbox/21-revision-v1/',0,'revision','',0),(86,1,'2013-11-07 11:17:27','2013-11-07 11:17:27','<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
,London
, EC1V 4PW.\r\n\r\n, United Kingdom. Please include your invoice with the package.\r\n\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','Return Policy','','inherit','open','open','','27-revision-v1','','','2013-11-07 11:17:27','2013-11-07 11:17:27','',27,'http://mitjo.com/sandbox/27-revision-v1/',0,'revision','',0),(115,1,'2013-11-07 11:54:20','2013-11-07 11:54:20','[woocommerce_my_account]','My Account','','inherit','open','open','','8-revision-v1','','','2013-11-07 11:54:20','2013-11-07 11:54:20','',8,'http://mitjo.com/sandbox/8-revision-v1/',0,'revision','',0),(116,1,'2013-11-07 11:54:51','2013-11-07 11:54:51','[woocommerce_pay]','Checkout → Pay','','inherit','open','open','','14-revision-v1','','','2013-11-07 11:54:51','2013-11-07 11:54:51','',14,'http://mitjo.com/sandbox/14-revision-v1/',0,'revision','',0),(117,1,'2013-11-07 11:55:11','2013-11-07 11:55:11','[woocommerce_thankyou]','Order Received','','inherit','open','open','','15-revision-v1','','','2013-11-07 11:55:11','2013-11-07 11:55:11','',15,'http://mitjo.com/sandbox/15-revision-v1/',0,'revision','',0),(118,1,'2013-11-07 11:56:49','2013-11-07 11:56:49','[woocommerce_change_password]','Change Password','','inherit','open','open','','12-revision-v1','','','2013-11-07 11:56:49','2013-11-07 11:56:49','',12,'http://mitjo.com/sandbox/12-revision-v1/',0,'revision','',0),(119,1,'2013-11-07 11:57:21','2013-11-07 11:57:21','[woocommerce_edit_address]','Edit My Address','','inherit','open','open','','10-revision-v1','','','2013-11-07 11:57:21','2013-11-07 11:57:21','',10,'http://mitjo.com/sandbox/10-revision-v1/',0,'revision','',0),(120,1,'2013-11-07 11:57:42','2013-11-07 11:57:42','','Logout','','inherit','open','open','','13-revision-v1','','','2013-11-07 11:57:42','2013-11-07 11:57:42','',13,'http://mitjo.com/sandbox/13-revision-v1/',0,'revision','',0),(121,1,'2013-11-07 11:58:01','2013-11-07 11:58:01','[woocommerce_view_order]','View Order','','inherit','open','open','','11-revision-v1','','','2013-11-07 11:58:01','2013-11-07 11:58:01','',11,'http://mitjo.com/sandbox/11-revision-v1/',0,'revision','',0),(123,1,'2013-11-07 12:06:10','2013-11-07 12:06:10','<p><b>Mitjo Delivery Time</b></p>\r\n<p>We do our very best to ensure that you receive your socks as fast as possible.</p>\r\n<p>United States: 2-5 business days.</p>\r\n<p>In the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.</p>\r\n<p><b>Mitjo Shipping Charges</b></p>\r\n<p>Shipping is free when you order four or more products. If you order less than that, a total shipping charge of £ 4 will be added to your order.</p>\r\n<p><b>Further Questions Regarding Shipping</b></p>\r\n<p>If you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.</p>\r\n<p><b>RETURNS, REFUNDS AND EXCHANGES</b></p>\r\n<p><b>Returns</b></p>\r\n<p>Our policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.</p>\r\n<p>You are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
,London
, EC1V 4PW.</p>\r\n<p>, United Kingdom. Please include your invoice with the package.</p>\r\n<p>We recommend using a secure or signed for service.</p>\r\n<p>To be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\r\n<p>Please do not send your purchase back to the manufacturer.</p>\r\n<p>There are certain situations where only partial refunds are granted: (if applicable)<br />\r\n- Items with obvious signs of use<br />\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.<br />\r\n- Any item that is returned more than 28 days after delivery</p>\r\n<p><b>Refunds (if applicable)</b><br />\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\r\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.</p>\r\n<p><b>Late or missing refunds (if applicable)</b><br />\r\nIf you haven’t received a refund yet, first check your bank account again.</p>\r\n<p>Then contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.</p>\r\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at<br />\r\nreturns@mitjo.com.</p>\r\n','Shipping','','inherit','open','open','','31-revision-v1','','','2013-11-07 12:06:10','2013-11-07 12:06:10','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(124,1,'2013-11-07 13:07:03','2013-11-07 13:07:03','','mitjo_logo','','inherit','open','open','','mitjo_logo-2','','','2013-11-07 13:07:03','2013-11-07 13:07:03','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/mitjo_logo1.jpg',0,'attachment','image/jpeg',0),(128,1,'2013-11-07 13:50:39','2013-11-07 13:50:39','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\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 Mitjo (http://mitjo.com/sandbox)\ninfo@nr-3.co.uk\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Mitjo (http://mitjo.com/sandbox)\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.','checkout','','publish','open','open','','checkout','','','2013-11-07 13:50:39','2013-11-07 13:50:39','',0,'http://mitjo.com/sandbox/?post_type=wpcf7_contact_form&p=128',0,'wpcf7_contact_form','',0),(257,1,'2013-11-17 16:52:57','2013-11-17 16:52:57','[one_third]1/3 Text[/one_third]\r\n[one_third]1/3 Text[/one_third]\r\n[one_third_last][contact-form-7 id=\"128\" title=\"checkout\"][/one_third_last]','SUPPORT','','inherit','closed','open','','67-revision-v1','','','2013-11-17 16:52:57','2013-11-17 16:52:57','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(154,1,'2013-11-16 20:10:38','2013-11-16 20:10:38','[one_half]Information entered right will only be used to give an accurate response to your inquiry. Mitjo will never release personal data. For more details, please read our <a href=\"http://www.mitjo.com/privacy\" target=\"_self\">Privacy Policy</a> .[/one_half]\r\n[one_half_last]We will respond to every email within 48 hours, Monday to Friday, excluding holidays.[/one_half_last]','CONTACT US','','inherit','closed','open','','67-revision-v1','','','2013-11-16 20:10:38','2013-11-16 20:10:38','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(131,1,'2013-11-07 14:36:16','2013-11-07 14:36:16','[one_half]We will respond to every email within 48 hours, Monday to Friday, excluding holidays.Information entered above will only be used to give an accurate response to your inquiry. Soxiety will never release personal data. For more details, please read our <a href=\"http://www.mitjo.com/privacy\" target=\"_self\">Privacy Policy</a> .[/one_half]\r\n[one_half_last][contact-form-7 id=\"128\" title=\"checkout\"][/one_half_last]','Contact Us','','inherit','open','open','','67-revision-v1','','','2013-11-07 14:36:16','2013-11-07 14:36:16','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(132,1,'2013-11-07 14:38:42','2013-11-07 14:38:42','[one_half]Information entered above will only be used to give an accurate response to your inquiry. Mitjo will never release personal data. For more details, please read our <a href=\"http://www.mitjo.com/privacy\" target=\"_self\">Privacy Policy</a> .[/one_half]\r\n[one_half_last]We will respond to every email within 48 hours, Monday to Friday, excluding holidays.[contact-form-7 id=\"128\" title=\"checkout\"][/one_half_last]','Contact Us','','inherit','open','open','','67-revision-v1','','','2013-11-07 14:38:42','2013-11-07 14:38:42','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(133,1,'2013-11-07 14:39:30','2013-11-07 14:39:30','[one_half]Information entered right will only be used to give an accurate response to your inquiry. Mitjo will never release personal data. For more details, please read our <a href=\"http://www.mitjo.com/privacy\" target=\"_self\">Privacy Policy</a> .[/one_half]\r\n[one_half_last]We will respond to every email within 48 hours, Monday to Friday, excluding holidays.[contact-form-7 id=\"128\" title=\"checkout\"][/one_half_last]','Contact Us','','inherit','open','open','','67-revision-v1','','','2013-11-07 14:39:30','2013-11-07 14:39:30','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(134,1,'2013-11-07 14:48:47','2013-11-07 14:48:47','[spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/socks-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','Home','','inherit','open','open','','48-revision-v1','','','2013-11-07 14:48:47','2013-11-07 14:48:47','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(135,1,'2013-11-07 15:01:55','2013-11-07 15:01:55','[boxed_content type=\"coloured\" pb_margin_bottom=\"no\" width=\"1/1\" el_position=\"first last\"]\r\n\r\nThis is a boxed content block. Click the edit button to edit this text.\r\n\r\n[/boxed_content] [blog show_blog_aux=\"yes\" blog_type=\"standard\" item_count=\"5\" category=\"all\" show_title=\"yes\" show_excerpt=\"yes\" show_details=\"yes\" excerpt_length=\"65\" content_output=\"excerpt\" show_read_more=\"no\" pagination=\"yes\" width=\"1/1\" el_position=\"first last\"]','THE JOURNAL','','pending','open','closed','','the-journal','','','2013-11-21 13:25:20','2013-11-21 13:25:20','',0,'http://mitjo.com/sandbox/?page_id=135',0,'page','',0),(136,1,'2013-11-07 15:01:55','2013-11-07 15:01:55','','Journal ','','inherit','open','open','','135-revision-v1','','','2013-11-07 15:01:55','2013-11-07 15:01:55','',135,'http://mitjo.com/sandbox/135-revision-v1/',0,'revision','',0),(137,1,'2013-11-11 17:44:17','2013-11-11 17:44:17','[spb_products asset_type=\"best-sellers\" category=\"ayame\" carousel=\"no\" product_size=\"standard\" item_count=\"8\" width=\"1/1\" el_position=\"first last\"]','COLLECTION','','inherit','closed','open','','16-revision-v1','','','2013-11-11 17:44:17','2013-11-11 17:44:17','',16,'http://mitjo.com/sandbox/16-revision-v1/',0,'revision','',0),(138,1,'2013-11-11 17:44:44','2013-11-11 17:44:44','[one_half]Information entered right will only be used to give an accurate response to your inquiry. Mitjo will never release personal data. For more details, please read our <a href=\"http://www.mitjo.com/privacy\" target=\"_self\">Privacy Policy</a> .[/one_half]\r\n[one_half_last]We will respond to every email within 48 hours, Monday to Friday, excluding holidays.[contact-form-7 id=\"128\" title=\"checkout\"][/one_half_last]','CONTACT US','','inherit','closed','open','','67-revision-v1','','','2013-11-11 17:44:44','2013-11-11 17:44:44','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(139,1,'2013-11-11 17:45:06','2013-11-11 17:45:06','[one_half]\r\n\r\nDuring 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.\r\n\r\n[/one_half]\r\n[one_half_last]\r\n\r\nAt Mitjo, socks infatuate us. We believe that a fine crafted sock is not just for Christmas. The love should last longer and so should the sock. This is why we demand our socks to be made from the highest quality material possible. Our socks take the biggest brunt of our day-to-day life. A Mitjo sock is engineered to take this wear and tear, and more.\r\n\r\n \r\n\r\nGive your feet the respect they deserve, give them a Mitjó.\r\n\r\n[/one_half_last]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-11 17:45:06','2013-11-11 17:45:06','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(140,1,'2013-11-11 17:47:13','2013-11-11 17:47:13','<b>QUALITY</b>\r\n\r\nFor our socks we use a high quality combed cotton and some of the best fabrics. Our suppliers provide us with a strong, softer combed cotton that makes our socks last longer, keeping them and you happy. A reinforced toe and heel further prevents your Mitjó’s from breaking. Our Turkish factories use a tough AQL* test to validate our Mitjó’s production. Two rigorous tests are performed: one during production and one before shipping. These tests help to ensure the highest possible quality. We have also implemented a process called Silicon Washing. In short this “sock-talk” really means that our Mitjó’s will feel better on your feet and won’t shrink when you wash them.\r\n\r\nWe produce our tights in Italy, a country renowned for its high standard in quality fashion. Our goal is to provide you with the best and happiest socks around. We are very confident in our collections only using the best materials, awesome designs, and a meticulous attention to detail.\r\n\r\nWe are constantly evaluating, maintaining and developing the production process! Although your Mitjó’s won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!\r\n\r\n* (AQL) the worst case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\n<b>Mitjó’s Manufacturing</b>\r\n\r\nOur socks are manufactured in Turkey at a family-owned factory that have been in the business for more than 30 years. Our tights are manufactured in Italy, where production is renowned for its high quality. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.\r\n\r\nWe work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a>','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-11 17:47:13','2013-11-11 17:47:13','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(141,1,'2013-11-11 17:47:42','2013-11-11 17:47:42','<b>TERMS OF SERVICE</b>\r\n\r\n—–\r\n\r\nOVERVIEW\r\n\r\nThis website is operated by Mitjo. Throughout the site, the terms “we”, “us” and “our” refer to Mitjo. Mitjo offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.\r\n\r\nBy visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.\r\n\r\nPlease read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.\r\n\r\nAny new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.\r\n\r\nOur store is hosted on ipage Inc. They provide us with the online e-commerce platform that allows us to sell our products and services to you.\r\n\r\nSECTION 1 – ONLINE STORE TERMS\r\n\r\nBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.\r\n\r\nYou may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).\r\n\r\nYou must not transmit any worms or viruses or any code of a destructive nature.\r\n\r\nA breach or violation of any of the Terms will result in an immediate termination of your Services.\r\n\r\nSECTION 2 – GENERAL CONDITIONS\r\n\r\nWe reserve the right to refuse service to anyone for any reason at any time.\r\nYou understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.\r\n\r\nYou agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.\r\nThe headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.\r\n\r\nSECTION 3 – ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION\r\n\r\nWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.\r\nThis site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.\r\n\r\nSECTION 4 – MODIFICATIONS TO THE SERVICE AND PRICES\r\n\r\nPrices for our products are subject to change without notice.\r\nWe reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.\r\nWe shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.\r\n\r\nSECTION 5 – PRODUCTS OR SERVICES (if applicable)\r\n\r\nCertain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.\r\nWe have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor’s display of any color will be accurate.\r\n\r\nWe reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.\r\n\r\nWe do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.\r\n\r\nSECTION 6 – ACCURACY OF BILLING AND ACCOUNT INFORMATION\r\n\r\nWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e-mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.\r\n\r\nYou agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.\r\n\r\nFor more detail, please review our Returns Policy.\r\n\r\nSECTION 7 – OPTIONAL TOOLS\r\n\r\nWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.\r\nYou acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.\r\n\r\nAny use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).\r\nWe may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.\r\n\r\nSECTION 8 – THIRD-PARTY LINKS\r\n\r\nCertain content, products and services available via our Service may include materials from third-parties.\r\nThird-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.\r\n\r\nWe are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party’s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.\r\n\r\nSECTION 9 – USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS\r\n\r\nIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, ‘comments’), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.\r\n\r\nWe may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.\r\n\r\nYou agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e-mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.\r\n\r\nSECTION 10 – PERSONAL INFORMATION\r\n\r\nYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.\r\n\r\nSECTION 11 – ERRORS, INACCURACIES AND OMISSIONS\r\n\r\nOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).\r\nWe undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.\r\n\r\nSECTION 12 – PROHIBITED USES\r\n\r\nIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.\r\n\r\nSECTION 13 – DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY\r\n\r\nWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.\r\nWe do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.\r\nYou agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you. You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided ‘as is’ and ‘as available’ for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement. In no case shall Mitjo, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.\r\n\r\nSECTION 14 – INDEMNIFICATION\r\n\r\nYou agree to indemnify, defend and hold harmless Mitjo and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.\r\n\r\nSECTION 15 – SEVERABILITY\r\n\r\nIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.\r\n\r\nSECTION 16 – TERMINATION\r\n\r\nThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes. These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site. If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).\r\n\r\nSECTION 17 – ENTIRE AGREEMENT\r\n\r\nThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision. These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service). Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.\r\n\r\nSECTION 18 – GOVERNING LAW\r\n\r\nThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of Lower Ground Floor,145-157 St john Street, London, EC1V 4PW\r\n\r\nSECTION 19 – CHANGES TO TERMS OF SERVICE\r\n\r\nYou can review the most current version of the Terms of Service at any time at this page. We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.\r\n\r\nSECTION 20 – CONTACT INFORMATION\r\n\r\nQuestions about the Terms of Service should be sent to us at info@mitjo.com.\r\n————————————–','TERMS','','inherit','closed','open','','21-revision-v1','','','2013-11-11 17:47:42','2013-11-11 17:47:42','',21,'http://mitjo.com/sandbox/21-revision-v1/',0,'revision','',0),(142,1,'2013-11-11 17:48:02','2013-11-11 17:48:02','[spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/socks-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-11 17:48:02','2013-11-11 17:48:02','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(143,1,'2013-11-11 17:48:10','2013-11-11 17:48:10','','JOURNAL','','inherit','closed','open','','135-revision-v1','','','2013-11-11 17:48:10','2013-11-11 17:48:10','',135,'http://mitjo.com/sandbox/135-revision-v1/',0,'revision','',0),(144,1,'2013-11-11 17:48:18','2013-11-11 17:48:18','[woocommerce_my_account]','MY ACCOUNT','','inherit','closed','open','','8-revision-v1','','','2013-11-11 17:48:18','2013-11-11 17:48:18','',8,'http://mitjo.com/sandbox/8-revision-v1/',0,'revision','',0),(145,1,'2013-11-11 17:48:45','2013-11-11 17:48:45','[one_half]\r\n\r\nDuring 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.\r\n\r\n[/one_half]\r\n[one_half_last]\r\n\r\nAt Mitjo, socks infatuate us. We believe that a fine crafted sock is not just for Christmas. The love should last longer and so should the sock. This is why we demand our socks to be made from the highest quality material possible. Our socks take the biggest brunt of our day-to-day life. A Mitjo sock is engineered to take this wear and tear, and more.\r\n\r\n \r\n\r\nGive your feet the respect they deserve, give them a Mitjó.\r\n\r\n[/one_half_last]','TEST','','inherit','closed','open','','18-revision-v1','','','2013-11-11 17:48:45','2013-11-11 17:48:45','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(146,1,'2013-11-11 17:49:33','2013-11-11 17:49:33','[one_half]\r\n\r\nDuring 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.\r\n\r\n[/one_half]\r\n[one_half_last]\r\n\r\nAt Mitjo, socks infatuate us. We believe that a fine crafted sock is not just for Christmas. The love should last longer and so should the sock. This is why we demand our socks to be made from the highest quality material possible. Our socks take the biggest brunt of our day-to-day life. A Mitjo sock is engineered to take this wear and tear, and more.\r\n\r\n \r\n\r\nGive your feet the respect they deserve, give them a Mitjó.\r\n\r\n[/one_half_last]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-11 17:49:33','2013-11-11 17:49:33','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(149,1,'2013-11-11 18:08:51','2013-11-11 18:08:51','[spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/socks-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-11 18:08:51','2013-11-11 18:08:51','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(147,1,'2013-11-11 18:07:28','2013-11-11 18:07:28','[spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/socks-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [divider type=\"standard\" text=\"Go to top\" full_width=\"no\" width=\"1/1\" el_position=\"first last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-11 18:07:28','2013-11-11 18:07:28','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(148,1,'2013-11-11 18:08:06','2013-11-11 18:08:06','[spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/socks-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [divider type=\"dotted\" text=\"Go to top\" full_width=\"no\" width=\"1/1\" el_position=\"first last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-11 18:08:06','2013-11-11 18:08:06','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(152,1,'2013-11-16 20:09:37','2013-11-16 20:09:37','<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
,London
, EC1V 4PW.\r\n\r\n, United Kingdom. Please include your invoice with the package.\r\n\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','RETURN POLICY','','inherit','closed','open','','27-revision-v1','','','2013-11-16 20:09:37','2013-11-16 20:09:37','',27,'http://mitjo.com/sandbox/27-revision-v1/',0,'revision','',0),(153,1,'2013-11-16 20:09:47','2013-11-16 20:09:47','<p><b>Mitjo Delivery Time</b></p>\r\n<p>We do our very best to ensure that you receive your socks as fast as possible.</p>\r\n<p>United States: 2-5 business days.</p>\r\n<p>In the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.</p>\r\n<p><b>Mitjo Shipping Charges</b></p>\r\n<p>Shipping is free when you order four or more products. If you order less than that, a total shipping charge of £ 4 will be added to your order.</p>\r\n<p><b>Further Questions Regarding Shipping</b></p>\r\n<p>If you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.</p>\r\n<p><b>RETURNS, REFUNDS AND EXCHANGES</b></p>\r\n<p><b>Returns</b></p>\r\n<p>Our policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.</p>\r\n<p>You are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
,London
, EC1V 4PW.</p>\r\n<p>, United Kingdom. Please include your invoice with the package.</p>\r\n<p>We recommend using a secure or signed for service.</p>\r\n<p>To be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\r\n<p>Please do not send your purchase back to the manufacturer.</p>\r\n<p>There are certain situations where only partial refunds are granted: (if applicable)<br />\r\n- Items with obvious signs of use<br />\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.<br />\r\n- Any item that is returned more than 28 days after delivery</p>\r\n<p><b>Refunds (if applicable)</b><br />\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\r\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.</p>\r\n<p><b>Late or missing refunds (if applicable)</b><br />\r\nIf you haven’t received a refund yet, first check your bank account again.</p>\r\n<p>Then contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.</p>\r\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at<br />\r\nreturns@mitjo.com.</p>\r\n','SHIPPING','','inherit','closed','open','','31-revision-v1','','','2013-11-16 20:09:47','2013-11-16 20:09:47','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(195,1,'2013-11-17 10:23:49','2013-11-17 10:23:49','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\n \r\n<h3>Mitjó the unusual thread. Founded 2013 London</h3>\r\nMitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.It no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\nCreating outstanding socks with a comfortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\nDesign inspired, exceptionally crafted.\r\nThe Unusual Thread, Mitjó\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:23:49','2013-11-17 10:23:49','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(190,1,'2013-11-17 10:19:51','2013-11-17 10:19:51','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\nMitjó the unusual thread. Founded 2013 London\r\n\r\n \r\n\r\n[one_half]\r\n\r\nMitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.It no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\nCreating outstanding socks with a comfortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft. [/one_half] [one_half_last]\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\nDesign inspired, exceptionally crafted.\r\nThe Unusual Thread, Mitjó\r\n[/one_half_last]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:19:51','2013-11-17 10:19:51','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(188,1,'2013-11-17 10:07:35','2013-11-17 10:07:35','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n<h3>Mitjó the unusual thread. Founded 2013 London</h3>\r\n[one_third]\r\nMitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.\r\n\r\nIt no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\n[/one_third] [one_third]\r\n\r\nCreating outstanding socks with a confortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.\r\n\r\n[/one_third] [one_third_last]\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\nDesign inspired, exceptionally crafted.\r\n\r\nThe Unusual Thread, Mitjó\r\n\r\n[/one_third_last]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:07:35','2013-11-17 10:07:35','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(186,1,'2013-11-17 10:04:49','2013-11-17 10:04:49','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\nMitjó the unusual thread. Founded 2013 London\r\n\r\n \r\n\r\n[one_third]\r\n\r\n \r\n\r\nMitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.\r\n\r\n \r\n\r\nIt no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\n[/one_third] [one_third]\r\n\r\nCreating outstanding socks with a confortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.\r\n\r\n[/one_third] [one_third_last]\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\n \r\n\r\nDesign inspired, exceptionally crafted.\r\n\r\nThe Unusual Thread, Mitjó\r\n\r\n[/one_third_last]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:04:49','2013-11-17 10:04:49','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(158,1,'2013-11-16 20:27:07','2013-11-16 20:27:07','[spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/socks-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"ype-of-155\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"ype-of-156\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-157\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-16 20:27:07','2013-11-16 20:27:07','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(159,1,'2013-11-16 20:27:28','2013-11-16 20:27:28','[spb_single_image image=\"ype-of-155\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"ype-of-156\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-157\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/socks-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-16 20:27:28','2013-11-16 20:27:28','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(166,1,'2013-11-16 21:01:26','2013-11-16 21:01:26','[spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/socks-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-16 21:01:26','2013-11-16 21:01:26','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(165,1,'2013-11-16 21:00:45','2013-11-16 21:00:45','[spb_single_image image=\"ype-of-161\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/4\" el_position=\"first\"] [spb_single_image image=\"162\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/4\"] [spb_single_image image=\"ype-of-163\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/4\"] [spb_single_image image=\"164\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" link_target=\"_self\" width=\"1/4\" el_position=\"last\"] [spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/socks-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-16 21:00:45','2013-11-16 21:00:45','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(341,1,'2013-11-25 22:08:39','2013-11-25 22:08:39','[spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"ype-of-288\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-25 22:08:39','2013-11-25 22:08:39','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(340,1,'2013-11-25 19:39:58','2013-11-25 19:39:58','[spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"ype-of-288\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [divider type=\"dotted\" text=\"Go to top\" full_width=\"yes\" width=\"1/1\" el_position=\"first last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-25 19:39:58','2013-11-25 19:39:58','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(348,1,'2013-12-21 16:25:30','2013-12-21 16:25:30','[spb_text_block pb_margin_bottom=\"no\" pb_border_bottom=\"no\" width=\"1/1\" el_position=\"first last\"]\r\n<blockquote>\r\n<p style=\"text-align: center;\">The essence of dressing is an expression of oneself, to make a statement of individuality. Break the conventional unwritten rules. Express yourself! Design inspired, exceptionally crafted.</p>\r\n<p style=\"text-align: center;\"><em>The Unusual Thread,</em></p>\r\n</blockquote>\r\n<p style=\"text-align: center;\">Mitjó - Socks</p>\r\n[/spb_text_block] [spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"ype-of-288\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-12-21 16:25:30','2013-12-21 16:25:30','',48,'http://mitjo.com/sandbox/2013/12/21/48-revision-v1/',0,'revision','',0),(176,1,'2013-11-16 23:46:36','2013-11-16 23:46:36','[boxed_content type=\"coloured\" pb_margin_bottom=\"no\" width=\"1/1\" el_position=\"first last\"]\n\nThis is a boxed content block. Click the edit button to edit this text.\n\n[/boxed_content] [blog show_blog_aux=\"yes\" blog_type=\"standard\" item_count=\"5\" category=\"all\" show_title=\"yes\" show_excerpt=\"yes\" show_details=\"yes\" excerpt_length=\"65\" content_output=\"excerpt\" show_read_more=\"no\" pagination=\"yes\" width=\"1/1\" el_position=\"first last\"]','JOURNAL','','inherit','closed','open','','135-autosave-v1','','','2013-11-16 23:46:36','2013-11-16 23:46:36','',135,'http://mitjo.com/sandbox/135-autosave-v1/',0,'revision','',0),(177,1,'2013-11-16 23:46:41','2013-11-16 23:46:41','[boxed_content type=\"coloured\" pb_margin_bottom=\"no\" width=\"1/1\" el_position=\"first last\"]\r\n\r\nThis is a boxed content block. Click the edit button to edit this text.\r\n\r\n[/boxed_content] [blog show_blog_aux=\"yes\" blog_type=\"standard\" item_count=\"5\" category=\"all\" show_title=\"yes\" show_excerpt=\"yes\" show_details=\"yes\" excerpt_length=\"65\" content_output=\"excerpt\" show_read_more=\"no\" pagination=\"yes\" width=\"1/1\" el_position=\"first last\"]','JOURNAL','','inherit','closed','open','','135-revision-v1','','','2013-11-16 23:46:41','2013-11-16 23:46:41','',135,'http://mitjo.com/sandbox/135-revision-v1/',0,'revision','',0),(179,1,'2013-11-16 23:50:51','2013-11-16 23:50:51','Floral- Fine hand made full of detail and made out of the finest cotton, The Ayame Floral is a try piece of art, Ayamé socks.','Floral Sock Green ','','inherit','closed','open','','35-autosave-v1','','','2013-11-16 23:50:51','2013-11-16 23:50:51','',35,'http://mitjo.com/sandbox/35-autosave-v1/',0,'revision','',0),(180,1,'2013-11-16 23:54:24','2013-11-16 23:54:24','<h2>Multi Border</h2>\n- Thick, bold and colourful. These hand crafted, Japanese, Ayamé socks are made to last.','Multi Border Sock Navy','','inherit','closed','open','','39-autosave-v1','','','2013-11-16 23:54:24','2013-11-16 23:54:24','',39,'http://mitjo.com/sandbox/39-autosave-v1/',0,'revision','',0),(334,1,'2013-11-21 12:19:36','2013-11-21 12:19:36','<h3 style=\"text-align: center;\"><strong>OUR STORY</strong></h3>\n<p style=\"text-align: center;\">During 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion accessory must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.</p>\n<p style=\"text-align: center;\">Mitjó was founded on the bases of expression and individuality. Mitjo believe that expression, combined with functionality produces a product that is no longer just a sock. It becomes a visual expression, a statement of being and identity.</p>\n<p style=\"text-align: center;\">Creating outstanding, comfortable and durable socks from the finest quality thread is an unspoken oath that Mitjo work by. Each pair of Mitjo socks has their own personality and, if they could talk, would tell you a story about their unique patterns and how they were designed.</p>\n<p style=\"text-align: center;\">The essence of dressing is an expression of oneself, to make a statement of individuality.\nBreak the conventional unwritten rules. Express yourself!</p>\n<p style=\"text-align: center;\">Design inspired, exceptionally crafted.</p>\n<p style=\"text-align: center;\"><em>The Unusual Thread, </em></p>\n<p style=\"text-align: center;\"><em></em><strong>Mitjó</strong></p>','OUR STORY','','inherit','closed','open','','18-autosave-v1','','','2013-11-21 12:19:36','2013-11-21 12:19:36','',18,'http://mitjo.com/sandbox/18-autosave-v1/',0,'revision','',0),(184,1,'2013-11-17 00:08:19','2013-11-17 00:08:19','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\n[one_half]\r\n\r\nDuring 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.\r\n\r\n[/one_half]\r\n[one_half_last]\r\n\r\nAt Mitjo, socks infatuate us. We believe that a fine crafted sock is not just for Christmas. The love should last longer and so should the sock. This is why we demand our socks to be made from the highest quality material possible. Our socks take the biggest brunt of our day-to-day life. A Mitjo sock is engineered to take this wear and tear, and more.\r\n\r\n&nbsp;\r\n\r\nGive your feet the respect they deserve, give them a Mitjó.\r\n\r\n[/one_half_last]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 00:08:19','2013-11-17 00:08:19','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(182,1,'2013-11-17 00:06:18','2013-11-17 00:06:18','[spb_parallax bg_type=\"cover\" alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\nThis is a parallax text block. Click the edit button to change this text.\r\n\r\n[/spb_parallax] [boxed_content type=\"coloured\" pb_margin_bottom=\"no\" width=\"1/1\" el_position=\"first last\"]\r\n\r\n[one_half]\r\n\r\nDuring 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.\r\n\r\n[/one_half]\r\n[one_half_last]\r\n\r\nAt Mitjo, socks infatuate us. We believe that a fine crafted sock is not just for Christmas. The love should last longer and so should the sock. This is why we demand our socks to be made from the highest quality material possible. Our socks take the biggest brunt of our day-to-day life. A Mitjo sock is engineered to take this wear and tear, and more.\r\n\r\n&nbsp;\r\n\r\nGive your feet the respect they deserve, give them a Mitjó.\r\n\r\n[/one_half_last]\r\n\r\n[/boxed_content]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 00:06:18','2013-11-17 00:06:18','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(183,1,'2013-11-17 00:07:22','2013-11-17 00:07:22','[spb_parallax bg_type=\"cover\" alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\nThis is a parallax text block. Click the edit button to change this text.\r\n\r\n[/spb_parallax] [fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\n[one_half]\r\n\r\nDuring 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.\r\n\r\n[/one_half]\r\n[one_half_last]\r\n\r\nAt Mitjo, socks infatuate us. We believe that a fine crafted sock is not just for Christmas. The love should last longer and so should the sock. This is why we demand our socks to be made from the highest quality material possible. Our socks take the biggest brunt of our day-to-day life. A Mitjo sock is engineered to take this wear and tear, and more.\r\n\r\n&nbsp;\r\n\r\nGive your feet the respect they deserve, give them a Mitjó.\r\n\r\n[/one_half_last]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 00:07:22','2013-11-17 00:07:22','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(185,1,'2013-11-17 00:13:51','2013-11-17 00:13:51','[spb_single_image image=\"59\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"60\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"61\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-17 00:13:51','2013-11-17 00:13:51','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(187,1,'2013-11-17 10:06:18','2013-11-17 10:06:18','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n<h3>Mitjó the unusual thread. Founded 2013 London</h3>\r\n \r\n\r\n[one_third]\r\nMitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.\r\n\r\nIt no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\n[/one_third] [one_third]\r\n\r\nCreating outstanding socks with a confortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.\r\n\r\n[/one_third] [one_third_last]\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\n[/one_third_last]\r\nDesign inspired, exceptionally crafted.\r\n\r\nThe Unusual Thread, Mitjó\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:06:18','2013-11-17 10:06:18','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(189,1,'2013-11-17 10:11:54','2013-11-17 10:11:54','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n<h3>Mitjó the unusual thread. Founded 2013 London</h3>\r\n[one_half]Mitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.[/one_half]\r\n\r\nIt no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\n \r\n<p style=\"text-align: left;\">Creating outstanding socks with a confortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.</p>\r\n[/one_half][one_half]\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\nDesign inspired, exceptionally crafted.\r\n\r\nThe Unusual Thread, Mitjó\r\n\r\n[/one_half]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:11:54','2013-11-17 10:11:54','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(191,1,'2013-11-17 10:20:26','2013-11-17 10:20:26','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\nMitjó the unusual thread. Founded 2013 London\r\n\r\n \r\n\r\n[one_half]\r\n\r\nMitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.It no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\nCreating outstanding socks with a comfortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. [/one_half] [one_half_last]The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\nDesign inspired, exceptionally crafted.\r\nThe Unusual Thread, Mitjó\r\n[/one_half_last]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:20:26','2013-11-17 10:20:26','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(192,1,'2013-11-17 10:21:29','2013-11-17 10:21:29','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n<h3>Mitjó the unusual thread. Founded 2013 London</h3>\r\n \r\n\r\n[one_half]\r\n\r\nMitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.It no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\nCreating outstanding socks with a comfortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. [/one_half] [one_half_last]The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\nDesign inspired, exceptionally crafted.\r\nThe Unusual Thread, Mitjó\r\n[/one_half_last]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:21:29','2013-11-17 10:21:29','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(193,1,'2013-11-17 10:21:54','2013-11-17 10:21:54','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\n[one_half]\r\n<h3>Mitjó the unusual thread. Founded 2013 London</h3>\r\nMitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.It no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\nCreating outstanding socks with a comfortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. [/one_half] [one_half_last]The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\nDesign inspired, exceptionally crafted.\r\nThe Unusual Thread, Mitjó\r\n[/one_half_last]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:21:54','2013-11-17 10:21:54','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(194,1,'2013-11-17 10:23:23','2013-11-17 10:23:23','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n\r\n[one_half]\r\n<h3>Mitjó the unusual thread. Founded 2013 London</h3>\r\nMitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.It no longer is a sock it become and visual expression, statement of been & identity.\r\n\r\nCreating outstanding socks with a comfortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft. [/one_half] [one_half_last]\r\n\r\nThe essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.\r\n\r\nDesign inspired, exceptionally crafted.\r\nThe Unusual Thread, Mitjó\r\n[/one_half_last]\r\n\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:23:23','2013-11-17 10:23:23','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(196,1,'2013-11-17 10:25:43','2013-11-17 10:25:43','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<h3 style=\"text-align: center;\">Mitjó the unusual thread. Founded 2013 London</h3>\r\n<p style=\"text-align: center;\">Mitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.It no longer is a sock it become and visual expression, statement of been & identity.</p>\r\n<p style=\"text-align: center;\">Creating outstanding socks with a comfortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.</p>\r\n<p style=\"text-align: center;\">The essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.</p>\r\n<p style=\"text-align: center;\">Design inspired, exceptionally crafted.\r\nThe Unusual Thread, Mitjó</p>\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 10:25:43','2013-11-17 10:25:43','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(205,1,'2013-11-17 11:48:04','2013-11-17 11:48:04','','mitjo_ayame_home_page_11_2013','','inherit','closed','open','','mitjo_ayame_home_page_11_2013','','','2013-11-17 11:48:04','2013-11-17 11:48:04','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/mitjo_ayame_home_page_11_2013.jpg',0,'attachment','image/jpeg',0),(239,1,'2013-11-17 15:35:24','2013-11-17 15:35:24','','Flaveicon_m','','inherit','closed','open','','flaveicon_m','','','2013-11-17 15:35:24','2013-11-17 15:35:24','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/Flaveicon_m.png',0,'attachment','image/png',0),(240,1,'2013-11-17 15:50:01','2013-11-17 15:50:01','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n<h3 style=\"text-align: center;\">Mitjó the unusual thread. Founded 2013 London</h3>\r\n<p style=\"text-align: center;\">Mitjó was founded on the bases of freedom of expression & individuality. Within our design philosophy we believe that when expression is combined with form and function as to conform.It no longer is a sock it become and visual expression, statement of been & identity.</p>\r\n<p style=\"text-align: center;\">Creating outstanding socks with a comfortable fit as to the durability characteristics from the finest quality thread is an unspoken guarantee oaten we work by. The outward facing personality is the brand and our socks are the creative and artistic stories that go into every sock we craft.</p>\r\n<p style=\"text-align: center;\">The essence of dressing is a personal touch a touch of expression of oneself. The makes a statement of individuality. Breaking the conventional unwritten rules make a statement, express yourself. Design & selected in London, worn every were.</p>\r\n<p style=\"text-align: center;\">Design inspired, exceptionally crafted.\r\nThe Unusual Thread, Mitjó</p>\r\n[/fullwidth_text]','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-17 15:50:01','2013-11-17 15:50:01','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(238,1,'2013-11-17 15:30:57','2013-11-17 15:30:57','','mitjo_ayame_home_page_11_2013','','inherit','closed','open','','mitjo_ayame_home_page_11_2013-2','','','2013-11-17 15:30:57','2013-11-17 15:30:57','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/mitjo_ayame_home_page_11_2013.png',0,'attachment','image/png',0),(212,1,'2013-11-17 13:27:35','2013-11-17 13:27:35','','mitjo_home_1','','inherit','closed','open','','mitjo_home_1-3','','','2013-11-17 13:27:35','2013-11-17 13:27:35','',48,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/mitjo_home_11.jpg',0,'attachment','image/jpeg',0),(213,1,'2013-11-17 13:27:51','2013-11-17 13:27:51','','mitjo_home_2','','inherit','closed','open','','mitjo_home_2-2','','','2013-11-17 13:27:51','2013-11-17 13:27:51','',48,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/mitjo_home_21.jpg',0,'attachment','image/jpeg',0),(214,1,'2013-11-17 13:29:48','2013-11-17 13:29:48','','mitjo_home_3','','inherit','closed','open','','mitjo_home_3-2','','','2013-11-17 13:29:48','2013-11-17 13:29:48','',48,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/mitjo_home_31.jpg',0,'attachment','image/jpeg',0),(215,1,'2013-11-17 13:30:10','2013-11-17 13:30:10','[spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-17 13:30:10','2013-11-17 13:30:10','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(218,1,'2013-11-17 14:00:38','2013-11-17 14:00:38','[impact_text include_button=\"yes\" button_style=\"standard\" title=\"Look Now\" color=\"accent\" size=\"normal\" type=\"squarearrow\" target=\"_self\" position=\"cta_align_right\" alt_background=\"alt-two\" width=\"1/1\" el_position=\"first last\"]\r\n\r\nclick the edit button to change this text.\r\n\r\n[/impact_text] [spb_single_image image=\"ype-of-212\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-navy/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"213\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/floral-sock-green/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"ype-of-214\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/collection/multi-border-sock-hazel-top/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"] [spb_single_image image=\"63\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/shipping/\" link_target=\"_self\" width=\"1/3\" el_position=\"first\"] [spb_single_image image=\"56\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/privacy/\" link_target=\"_self\" width=\"1/3\"] [spb_single_image image=\"58\" image_size=\"full\" frame=\"noframe\" full_width=\"no\" lightbox=\"no\" image_link=\"http://mitjo.com/sandbox/sock-of-approval/\" link_target=\"_self\" width=\"1/3\" el_position=\"last\"]','HOME','','inherit','closed','open','','48-revision-v1','','','2013-11-17 14:00:38','2013-11-17 14:00:38','',48,'http://mitjo.com/sandbox/48-revision-v1/',0,'revision','',0),(225,1,'2013-11-17 14:37:09','2013-11-17 14:37:09','','Logo-Artwork-R-xl','','inherit','closed','open','','logo-artwork-r-xl','','','2013-11-17 14:37:09','2013-11-17 14:37:09','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/Logo-Artwork-R-xl.png',0,'attachment','image/png',0),(246,1,'2013-11-17 16:23:16','2013-11-17 16:23:16','','MITJO-OUR-STORY-BANNER','','inherit','closed','open','','mitjo-our-story-banner','','','2013-11-17 16:23:16','2013-11-17 16:23:16','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/MITJO-OUR-STORY-BANNER.png',0,'attachment','image/png',0),(242,1,'2013-11-17 16:04:43','2013-11-17 16:04:43','','MITJO-OUR-STORY-COVER','','inherit','closed','open','','mitjo-our-story-cover-2','','','2013-11-17 16:04:43','2013-11-17 16:04:43','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/MITJO-OUR-STORY-COVER1.jpg',0,'attachment','image/jpeg',0),(247,1,'2013-11-17 16:24:50','2013-11-17 16:24:50','<p style=\"text-align: center;\"><b>QUALITY</b></p>\r\n<p style=\"text-align: center;\">For our socks we use a high quality combed cotton and some of the best fabrics. Our suppliers provide us with a strong, softer combed cotton that makes our socks last longer, keeping them and you happy. A reinforced toe and heel further prevents your Mitjó’s from breaking. Our Turkish factories use a tough AQL* test to validate our Mitjó’s production. Two rigorous tests are performed: one during production and one before shipping. These tests help to ensure the highest possible quality. We have also implemented a process called Silicon Washing. In short this “sock-talk” really means that our Mitjó’s will feel better on your feet and won’t shrink when you wash them.</p>\r\n<p style=\"text-align: center;\">We produce our tights in Italy, a country renowned for its high standard in quality fashion. Our goal is to provide you with the best and happiest socks around. We are very confident in our collections only using the best materials, awesome designs, and a meticulous attention to detail.</p>\r\n<p style=\"text-align: center;\">We are constantly evaluating, maintaining and developing the production process! Although your Mitjó’s won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!</p>\r\n<p style=\"text-align: center;\">* (AQL) the worst case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\n<b>Mitjó’s Manufacturing</b></p>\r\n<p style=\"text-align: center;\">Our socks are manufactured in Turkey at a family-owned factory that have been in the business for more than 30 years. Our tights are manufactured in Italy, where production is renowned for its high quality. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p style=\"text-align: center;\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-17 16:24:50','2013-11-17 16:24:50','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(254,1,'2013-11-17 16:47:28','2013-11-17 16:47:28','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<h3>Sock of Approval</h3>\r\n<p style=\"text-align: center;\">For our socks we use a high quality combed cotton and some of the best fabrics. Our suppliers provide us with a strong, softer combed cotton that makes our socks last longer, keeping them and you happy. A reinforced toe and heel further prevents your Mitjó’s from breaking. Our Turkish factories use a tough AQL* test to validate our Mitjó’s production. Two rigorous tests are performed: one during production and one before shipping. These tests help to ensure the highest possible quality. We have also implemented a process called Silicon Washing. In short this “sock-talk” really means that our Mitjó’s will feel better on your feet and won’t shrink when you wash them.</p>\r\n<p style=\"text-align: center;\">We produce our tights in Italy, a country renowned for its high standard in quality fashion. Our goal is to provide you with the best and happiest socks around. We are very confident in our collections only using the best materials, awesome designs, and a meticulous attention to detail.</p>\r\n<p style=\"text-align: center;\">We are constantly evaluating, maintaining and developing the production process! Although your Mitjó’s won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!</p>\r\n<p style=\"text-align: center;\">* (AQL) the worst case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\n<b>Mitjó’s Manufacturing</b></p>\r\n<p style=\"text-align: center;\">Our socks are manufactured in Turkey at a family-owned factory that have been in the business for more than 30 years. Our tights are manufactured in Italy, where production is renowned for its high quality. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p style=\"text-align: center;\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>\r\n[/fullwidth_text]','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-17 16:47:28','2013-11-17 16:47:28','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(253,1,'2013-11-17 16:37:29','2013-11-17 16:37:29','','MITJO-SOCK-OF-APPROVAL-TEXT','','inherit','closed','open','','mitjo-sock-of-approval-text','','','2013-11-17 16:37:29','2013-11-17 16:37:29','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/MITJO-SOCK-OF-APPROVAL-TEXT.png',0,'attachment','image/png',0),(252,1,'2013-11-17 16:35:13','2013-11-17 16:35:13','','MITJO-SOCK-OF-APPROVAL','','inherit','closed','open','','mitjo-sock-of-approval-2','','','2013-11-17 16:35:13','2013-11-17 16:35:13','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/MITJO-SOCK-OF-APPROVAL1.jpg',0,'attachment','image/jpeg',0),(255,1,'2013-11-17 16:47:49','2013-11-17 16:47:49','[fullwidth_text alt_background=\"none\" width=\"1/1\" el_position=\"first last\"]\r\n<h3 style=\"text-align: center;\">Sock of Approval</h3>\r\n<p style=\"text-align: center;\">For our socks we use a high quality combed cotton and some of the best fabrics. Our suppliers provide us with a strong, softer combed cotton that makes our socks last longer, keeping them and you happy. A reinforced toe and heel further prevents your Mitjó’s from breaking. Our Turkish factories use a tough AQL* test to validate our Mitjó’s production. Two rigorous tests are performed: one during production and one before shipping. These tests help to ensure the highest possible quality. We have also implemented a process called Silicon Washing. In short this “sock-talk” really means that our Mitjó’s will feel better on your feet and won’t shrink when you wash them.</p>\r\n<p style=\"text-align: center;\">We produce our tights in Italy, a country renowned for its high standard in quality fashion. Our goal is to provide you with the best and happiest socks around. We are very confident in our collections only using the best materials, awesome designs, and a meticulous attention to detail.</p>\r\n<p style=\"text-align: center;\">We are constantly evaluating, maintaining and developing the production process! Although your Mitjó’s won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!</p>\r\n<p style=\"text-align: center;\">* (AQL) the worst case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\n<b>Mitjó’s Manufacturing</b></p>\r\n<p style=\"text-align: center;\">Our socks are manufactured in Turkey at a family-owned factory that have been in the business for more than 30 years. Our tights are manufactured in Italy, where production is renowned for its high quality. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p style=\"text-align: center;\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>\r\n[/fullwidth_text]','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-17 16:47:49','2013-11-17 16:47:49','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(256,1,'2013-11-17 16:51:37','2013-11-17 16:51:37','[one_half]Information entered right will only be used to give an accurate response to your inquiry. Mitjo will never release personal data. For more details, please read our <a href=\"http://www.mitjo.com/privacy\" target=\"_self\">Privacy Policy</a> .[/one_half]\r\n[one_half_last]We will respond to every email within 48 hours, Monday to Friday, excluding holidays.[/one_half_last]','SUPPORT','','inherit','closed','open','','67-revision-v1','','','2013-11-17 16:51:37','2013-11-17 16:51:37','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(259,1,'2013-11-17 16:56:02','2013-11-17 16:56:02','[one_half]\r\n<h3>Have a question or want to share something with us?</h3>\r\n[/one_half]\r\n[one_half_last][contact-form-7 id=\"128\" title=\"checkout\"][/one_half_last]','SUPPORT','','inherit','closed','open','','67-revision-v1','','','2013-11-17 16:56:02','2013-11-17 16:56:02','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(258,1,'2013-11-17 16:53:32','2013-11-17 16:53:32','[one_third]1/3 Text[/one_third]\r\n[one_third]1/3 Text[/one_third]\r\n[one_third_last]\r\n<div>Information entered right will only be used to give an accurate response to your inquiry. Mitjo will never release personal data. For more details, please read our <a href=\"http://www.mitjo.com/privacy\" target=\"_self\">Privacy Policy</a> .</div>\r\n<div>We will respond to every email within 48 hours, Monday to Friday, excluding holidays.</div>\r\n[contact-form-7 id=\"128\" title=\"checkout\"][/one_third_last]','SUPPORT','','inherit','closed','open','','67-revision-v1','','','2013-11-17 16:53:32','2013-11-17 16:53:32','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(260,1,'2013-11-17 16:56:54','2013-11-17 16:56:54','[one_half]\r\n<h2>Have a question or want to share something with us?</h2>\r\n[/one_half]\r\n[one_half_last][contact-form-7 id=\"128\" title=\"checkout\"][/one_half_last]','SUPPORT','','inherit','closed','open','','67-revision-v1','','','2013-11-17 16:56:54','2013-11-17 16:56:54','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0),(261,1,'2013-11-17 17:03:04','2013-11-17 17:03:04','[woocommerce_checkout]','CHECKOUT','','inherit','closed','open','','7-revision-v1','','','2013-11-17 17:03:04','2013-11-17 17:03:04','',7,'http://mitjo.com/sandbox/7-revision-v1/',0,'revision','',0),(262,1,'2013-11-17 17:11:47','2013-11-17 17:11:47','','CHECKOUT','','inherit','closed','open','','7-revision-v1','','','2013-11-17 17:11:47','2013-11-17 17:11:47','',7,'http://mitjo.com/sandbox/7-revision-v1/',0,'revision','',0),(265,1,'2013-11-17 17:13:57','2013-11-17 17:13:57','[woocommerce_checkout]','CHECKOUT','','inherit','closed','open','','7-revision-v1','','','2013-11-17 17:13:57','2013-11-17 17:13:57','',7,'http://mitjo.com/sandbox/7-revision-v1/',0,'revision','',0),(263,1,'2013-11-17 17:12:17','2013-11-17 17:12:17','[woocommerce_checkout][featured_products per_page=\"12\" columns=\"4\" orderby=\"date\" order=\"desc\"]','CHECKOUT','','inherit','closed','open','','7-revision-v1','','','2013-11-17 17:12:17','2013-11-17 17:12:17','',7,'http://mitjo.com/sandbox/7-revision-v1/',0,'revision','',0),(264,1,'2013-11-17 17:29:48','2013-11-17 17:29:48','<h3>FAQ</h3>\n\n<p>Below you will find answers to the most common questions regarding Mitjo and our web page.</p>\n\n<p><strong>Are there different models for men, women and kids?</strong></p>\n\n<p>Almost all of our socks are unisex. However, we have a selection of tights, ankle socks, and over the knee socks for women. We also have a separate line of socks for kids.</p>\n\n<h4><strong>Mitjo Shipping Charges</strong></h4>\n\n<p>Shipping is free when you order four or more items. If you order less than that, a total shipping charge of 4 USD will be added to your order. Note that 2-packs count as one item.</p>\n\n<h4><strong>Can I return or exchange the socks that I have ordered?</strong></h4>\n\n<p>Of course you can! Within 28 days of receiving the socks, you may return them for a full refund or exchange them for another pair as long as they are unused, with labels and packaging intact. <a href=\"http://www.mitjo.com/returns\">Here</a> you can read more about returns and exchanges.</p>\n\n<p>During our final sale we have a no returns and no exchanges policy on all our discount products.</p>\n\n<h4><strong>Are all socks on the website in stock?</strong></h4>\n\n<p>All of our current collection socks are displayed on the website. If a pair is out of stock, this will be stated on the product’s page. If there is a descrepancy so that a sock show on our website but is not physically in our warehouse due to a miscount, you will of course get a refund for the sock missing.</p>\n\n<h3><strong>What is the delivery time for your socks?</strong></h3>\n\n<p>We do our very best to ensure that you receive your socks as fast as possible. Delivery times can be longer during final sales or before Christmas (December)</p>\n\n<p>United States: 2-5 business days.</p>\n\n<p>Mitjo uses United States Postal Service or UPS for all of our deliveries. You will receive an email with the details of your shipment and your tracking number as soon as it is dispatched.</p>\n\n<h3><strong>How do I pay for the socks?</strong></h3>\n<p>We accept Visa, MasterCard, American Express and PayPal, as well as various local debit cards and invoicing options supported by PayPal\n\nYou can find more information regarding Order & Payment <a href=\"http://www.mitjo.com/order-payment\">here</a>.</p>\n\n<h3><strong>What is the quality of your socks? How should I wash them?</strong></h3>\n\n<p>We work hard to ensure that our socks are of the highest quality possible. However, every sock does have a life cycle and does not uphold forever. Remember to use a scissor when removing the label.</p>\n\n<p>Read more about washing instructions and our improved quality under the quality section in <a href=\"http://www.mitjo.com/our-story\">Our story</a>. </p>\n\n<h3><strong>What happens if I get damaged or wrongly packaged socks?</strong></h3>\n\n<p>Should you receive a delivery containing damaged or wrongly packaged socks, we will cover all shipping charges and do everything we can to correct our mistake. You will be provided with new socks or a refund, depending on your wish. Read more about how we handle complaints in the Complaints section on this page. When putting on your brand new pair of Mitjo, please take time to cut the thread on the label instead of ripping it off, as this will damage the socks.</p>\n\n<p>If you can’t find the answer to your question in the FAQ, you are more than welcome to get in touch with us!</p>\n\n<p>To do so, please click <a href=\"http://www.mitjo.com/support\">here</a>.\n\n \n\n ','CHECKOUT','','inherit','closed','open','','7-autosave-v1','','','2013-11-17 17:29:48','2013-11-17 17:29:48','',7,'http://mitjo.com/sandbox/7-autosave-v1/',0,'revision','',0),(267,1,'2013-11-17 17:28:43','2013-11-17 17:28:43','[woocommerce_checkout]','CHECKOUT','','inherit','closed','open','','7-revision-v1','','','2013-11-17 17:28:43','2013-11-17 17:28:43','',7,'http://mitjo.com/sandbox/7-revision-v1/',0,'revision','',0),(266,1,'2013-11-17 17:27:42','2013-11-17 17:27:42','<h3>FAQ</h3>\r\n\r\n<p>Below you will find answers to the most common questions regarding Mitjo and our web page.</p>\r\n\r\n<p><strong>Are there different models for men, women and kids?</strong></p>\r\n\r\n<p>Almost all of our socks are unisex. However, we have a selection of tights, ankle socks, and over the knee socks for women. We also have a separate line of socks for kids.</p>\r\n\r\n<h4><strong>Mitjo Shipping Charges</strong></h4>\r\n\r\n<p>Shipping is free when you order four or more items. If you order less than that, a total shipping charge of 4 USD will be added to your order. Note that 2-packs count as one item.</p>\r\n\r\n<h4><strong>Can I return or exchange the socks that I have ordered?</strong></h4>\r\n\r\n<p>Of course you can! Within 28 days of receiving the socks, you may return them for a full refund or exchange them for another pair as long as they are unused, with labels and packaging intact. <a href=\"http://www.mitjo.com/returns\">Here</a> you can read more about returns and exchanges.</p>\r\n\r\n<p>During our final sale we have a no returns and no exchanges policy on all our discount products.</p>\r\n\r\n<h4><strong>Are all socks on the website in stock?</strong></h4>\r\n\r\n<p>All of our current collection socks are displayed on the website. If a pair is out of stock, this will be stated on the product’s page. If there is a descrepancy so that a sock show on our website but is not physically in our warehouse due to a miscount, you will of course get a refund for the sock missing.</p>\r\n\r\n<h4><strong>What is the delivery time for your socks?</strong></h4>\r\n\r\n<p>We do our very best to ensure that you receive your socks as fast as possible. Delivery times can be longer during final sales or before Christmas (December)</p>\r\n\r\n<p>United States: 2-5 business days.</p>\r\n\r\n<p>Mitjo uses United States Postal Service or UPS for all of our deliveries. You will receive an email with the details of your shipment and your tracking number as soon as it is dispatched.</p>\r\n\r\n<h4><strong>How do I pay for the socks?</strong></h4>\r\n<p>We accept Visa, MasterCard, American Express and PayPal, as well as various local debit cards and invoicing options supported by PayPal\r\n\r\nYou can find more information regarding Order & Payment <a href=\"http://www.mitjo.com/order-payment\">here</a>.</p>\r\n\r\n<h4><strong>What is the quality of your socks? How should I wash them?</strong></h4>\r\n\r\n<p>We work hard to ensure that our socks are of the highest quality possible. However, every sock does have a life cycle and does not uphold forever. Remember to use a scissor when removing the label.</p>\r\n\r\n<p>Read more about washing instructions and our improved quality under the quality section in <a href=\"http://www.mitjo.com/our-story\">Our story</a>. </p>\r\n\r\n<h4><strong>What happens if I get damaged or wrongly packaged socks?</strong></h4>\r\n\r\n<p>Should you receive a delivery containing damaged or wrongly packaged socks, we will cover all shipping charges and do everything we can to correct our mistake. You will be provided with new socks or a refund, depending on your wish. Read more about how we handle complaints in the Complaints section on this page. When putting on your brand new pair of Mitjo, please take time to cut the thread on the label instead of ripping it off, as this will damage the socks.</p>\r\n\r\n<p>If you can’t find the answer to your question in the FAQ, you are more than welcome to get in touch with us!</p>\r\n\r\n<p>To do so, please click <a href=\"http://www.mitjo.com/support\">here</a>.\r\n\r\n \r\n\r\n ','CHECKOUT','','inherit','closed','open','','7-revision-v1','','','2013-11-17 17:27:42','2013-11-17 17:27:42','',7,'http://mitjo.com/sandbox/7-revision-v1/',0,'revision','',0),(272,1,'2013-11-18 09:04:06','2013-11-18 09:04:06','','MITJO_HOME_PAGE_11_2013_1(clean)','','inherit','closed','open','','mitjo_home_page_11_2013_1clean-2','','','2013-11-18 09:04:06','2013-11-18 09:04:06','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/MITJO_HOME_PAGE_11_2013_1clean1.jpg',0,'attachment','image/jpeg',0),(293,1,'2013-11-18 15:34:46','2013-11-18 15:34:46','<p align=\"center\"><h3>SOCK OF APPROVAL/h3></p>\r\n<p align=\"center\">Our socks are only made of the high quality materiel and some of the best fabrics. Our suppliers provide us with strong, softest material that makes our socks last longer keeping them every one happy. A reinforced toe and heel further prevents your Mitjó from breaking. Our manufactures use AQL* to test the Mitjó socks. During the process the Mitjó sock is tested during production and before shipping. These test help us to ensure that Mitjó socks are from the highest standard know to feet alike. We have developed a new method of pre washing. In short this “socks-talk” really it means that our Mitjó product feel soft and better on your feet and will not shrink when you wash them.</p>\r\n<p align=\"center\">Our luxury products are developed in Northern Italy, a country renowned for its sense and tend in the fashion and high quality luxury products. It’s our mission to created amazing socks to inspire and express individuality. We are confident that our selection and collections are only of the finest materials with meticulous attention to detail & design.</p>\r\n<p align=\"center\">As part of our philosophy we believe in innovation, there for we are constantly evaluating, maintaining and developing the production process and products. Although you Mitjos will not last forever, try to remember to always wash your socks inside out to extend their life.We are constantly evaluating, maintaining and developing the production process! Although your Mitjó won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!</p>\r\n<p align=\"center\">* (AQL) the worst-case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\nMitjó’s Manufacturing</p>\r\n<p align=\"center\">Mitjos are manufactured in various countries ranging from Japan to Italy,etc. We only work with factories that have extended knowledge as to proven track recorded in the manufacturing of the finest socks in the world. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p align=\"center\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>\r\n ','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-18 15:34:46','2013-11-18 15:34:46','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(278,1,'2013-11-18 10:43:37','2013-11-18 10:43:37','[yith_wcwl_wishlist]','Wishlist','','publish','closed','open','','wishlist','','','2013-11-20 23:23:19','2013-11-20 23:23:19','',0,'http://mitjo.com/sandbox/wishlist/',0,'page','',0),(279,1,'2013-11-18 11:28:04','2013-11-18 11:28:04','<b>Mitjo Delivery Time</b>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible.\r\n\r\nUnited Kingdom 1 -5 business days.\r\n\r\nUnited States: 5 - 8 business days.\r\n\r\nIn the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.\r\n\r\n<b>Mitjo Shipping Charges</b>\r\n\r\nShipping is free when you order four or more products. If you order less than that, a total shipping charge of £ 4 will be added to your order.\r\n\r\n<b>Further Questions Regarding Shipping</b>\r\n\r\nIf you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.\r\n\r\n<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
,London
, EC1V 4PW.\r\n\r\n, United Kingdom. Please include your invoice with the package.\r\n\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','SHIPPING','','inherit','closed','open','','31-revision-v1','','','2013-11-18 11:28:04','2013-11-18 11:28:04','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(276,1,'2013-11-18 09:51:21','2013-11-18 09:51:21','<p align=\"center\"><b>Sock of Approval</b></p>\r\n<p align=\"center\">Our socks are only made of the high quality materiel and some of the best fabrics. Our suppliers provide us with strong, softest material that makes our socks last longer keeping them every one happy. A reinforced toe and heel further prevents your Mitjó from breaking. Our manufactures use AQL* to test the Mitjó socks. During the process the Mitjó sock is tested during production and before shipping. These test help us to ensure that Mitjó socks are from the highest standard know to feet alike. We have developed a new method of pre washing. In short this “socks-talk” really it means that our Mitjó product feel soft and better on your feet and will not shrink when you wash them.</p>\r\n<p align=\"center\">Our luxury products are developed in Northern Italy, a country renowned for its sense and tend in the fashion and high quality luxury products. It’s our mission to created amazing socks to inspire and express individuality. We are confident that our selection and collections are only of the finest materials with meticulous attention to detail & design.</p>\r\n<p align=\"center\">As part of our philosophy we believe in innovation, there for we are constantly evaluating, maintaining and developing the production process and products. Although you Mitjos will not last forever, try to remember to always wash your socks inside out to extend their life.We are constantly evaluating, maintaining and developing the production process! Although your Mitjó won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!</p>\r\n<p align=\"center\">* (AQL) the worst-case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\nMitjó’s Manufacturing</p>\r\n<p align=\"center\">Mitjos are manufactured in various countries ranging from Japan to Italy,etc. We only work with factories that have extended knowledge as to proven track recorded in the manufacturing of the finest socks in the world. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p align=\"center\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>\r\n ','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-18 09:51:21','2013-11-18 09:51:21','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(280,1,'2013-11-18 11:29:26','2013-11-18 11:29:26','<b>Mitjo Delivery Time</b>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible.\r\nUnited Kingdom 1 -5 business days.\r\nUnited States: 5 - 8 business days.\r\n\r\nIn the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.\r\n\r\n<b>Mitjo Shipping Charges</b>\r\n\r\nShipping is free when you order four or more products. If you order less than that, a total shipping charge of £ 4 will be added to your order.\r\n\r\n<b>Further Questions Regarding Shipping</b>\r\n\r\nIf you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.\r\n\r\n<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
, London
, EC1V 4PW, United Kingdom. \r\n\r\nPlease include your invoice with the package.\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','SHIPPING','','inherit','closed','open','','31-revision-v1','','','2013-11-18 11:29:26','2013-11-18 11:29:26','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(281,1,'2013-11-18 12:05:40','2013-11-18 12:05:40','<b>Mitjo Delivery Time</b>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible.\r\nUnited Kingdom 1 - 5 business days.\r\nUnited States: 5 - 8 business days.\r\n\r\nIn the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.\r\n\r\n<b>Mitjo Shipping Charges</b>\r\n\r\nShipping is free when you order four or more products. If you order less than that, a total shipping charge of £ 5 will be added to your order.\r\n\r\n<b>Further Questions Regarding Shipping</b>\r\n\r\nIf you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.\r\n\r\n<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
, London
, EC1V 4PW, United Kingdom. \r\n\r\nPlease include your invoice with the package.\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','SHIPPING','','inherit','closed','open','','31-revision-v1','','','2013-11-18 12:05:40','2013-11-18 12:05:40','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(282,1,'2013-11-18 12:13:32','2013-11-18 12:13:32','','Variation #282 of Multi Border Sock Navy','','publish','closed','open','','product-39-variation','','','2013-11-18 12:13:32','2013-11-18 12:13:32','',39,'http://mitjo.com/sandbox/?product_variation=product-39-variation',0,'product_variation','',0),(285,1,'2013-11-18 15:02:49','2013-11-18 15:02:49','<h3 style=\"text-align: center;\">OUR STORY</h3>\r\n<p style=\"text-align: center;\">During 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion accessory must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.</p>\r\n<p style=\"text-align: center;\">Mitjó was founded on the bases of expression and individuality. Within our design philosophy we believe that expression, combined with functionality produces a product that is no longer just a sock. It becomes a visual expression, a statement of being and identity.</p>\r\n<p style=\"text-align: center;\">Creating outstanding, comfortable and durable socks from the finest quality thread is an unspoken oath that we work by. Each pair of Mitjo socks has their own personality and, if they could talk, would tell you a story about their unique patterns and how they were designed.</p>\r\n<p style=\"text-align: center;\">The essence of dressing is an expression of oneself, to make a statement of individuality.\r\nBreak the conventional unwritten rules. Express yourself!</p>\r\n<p style=\"text-align: center;\">Design inspired, exceptionally crafted.</p>\r\n<p style=\"text-align: center;\">The Unusual Thread, Mitjó</p>','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-18 15:02:49','2013-11-18 15:02:49','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(286,1,'2013-11-18 15:09:39','2013-11-18 15:09:39','<h3 style=\"text-align: center;\">OUR STORY</h3>\r\n<p style=\"text-align: center;\">During 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion accessory must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.</p>\r\n<p style=\"text-align: center;\">Mitjó was founded on the bases of expression and individuality. Within our design philosophy we believe that expression, combined with functionality produces a product that is no longer just a sock. It becomes a visual expression, a statement of being and identity.</p>\r\n<p style=\"text-align: center;\">Creating outstanding, comfortable and durable socks from the finest quality thread is an unspoken oath that we work by. Each pair of Mitjo socks has their own personality and, if they could talk, would tell you a story about their unique patterns and how they were designed.</p>\r\n<p style=\"text-align: center;\">The essence of dressing is an expression of oneself, to make a statement of individuality.\r\nBreak the conventional unwritten rules. Express yourself!</p>\r\n<p style=\"text-align: center;\">Design inspired, exceptionally crafted.</p>\r\n<p style=\"text-align: center;\"><em>The Unusual Thread, </em></p>\r\n<p style=\"text-align: center;\"><em></em><strong>Mitjó</strong></p>','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-18 15:09:39','2013-11-18 15:09:39','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(287,1,'2013-11-18 15:09:56','2013-11-18 15:09:56','<h3 style=\"text-align: center;\"><strong>OUR STORY</strong></h3>\r\n<p style=\"text-align: center;\">During 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion accessory must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.</p>\r\n<p style=\"text-align: center;\">Mitjó was founded on the bases of expression and individuality. Within our design philosophy we believe that expression, combined with functionality produces a product that is no longer just a sock. It becomes a visual expression, a statement of being and identity.</p>\r\n<p style=\"text-align: center;\">Creating outstanding, comfortable and durable socks from the finest quality thread is an unspoken oath that we work by. Each pair of Mitjo socks has their own personality and, if they could talk, would tell you a story about their unique patterns and how they were designed.</p>\r\n<p style=\"text-align: center;\">The essence of dressing is an expression of oneself, to make a statement of individuality.\r\nBreak the conventional unwritten rules. Express yourself!</p>\r\n<p style=\"text-align: center;\">Design inspired, exceptionally crafted.</p>\r\n<p style=\"text-align: center;\"><em>The Unusual Thread, </em></p>\r\n<p style=\"text-align: center;\"><em></em><strong>Mitjó</strong></p>','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-18 15:09:56','2013-11-18 15:09:56','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(288,1,'2013-11-18 15:23:00','2013-11-18 15:23:00','','home-page-icons-3','','inherit','closed','open','','home-page-icons-3-2','','','2013-11-18 15:23:00','2013-11-18 15:23:00','',48,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/home-page-icons-31.jpg',0,'attachment','image/jpeg',0),(290,1,'2013-11-18 15:26:16','2013-11-18 15:26:16','<b>Mitjo Delivery Time</b>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible.\r\nUnited Kingdom 1 - 5 business days.\r\nUnited States: 5 - 8 business days.\r\n\r\nIn the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.\r\n\r\n<b>Mitjo Shipping Charges</b>\r\n\r\nShipping is free when you order five or more pairs of socks. If you order less than that, a total shipping charge of £ 5 will be added to your order for UK, for international depending on location standard charge of £10 will be add to your order..\r\n\r\n<b>Further Questions Regarding Shipping</b>\r\n\r\nIf you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.\r\n\r\n<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
, London
, EC1V 4PW, United Kingdom.\r\n\r\nPlease include your invoice with the package.\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','SHIPPING','','inherit','closed','open','','31-revision-v1','','','2013-11-18 15:26:16','2013-11-18 15:26:16','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(292,1,'2013-11-18 15:33:29','2013-11-18 15:33:29','<b>Mitjo Delivery Time</b>\r\n\r\nWe do our very best to ensure that you receive your socks as fast as possible.\r\nUnited Kingdom 1 - 5 business days.\r\nUnited States: 5 - 8 business days.\r\n\r\nIn the e-mail with your order confirmation you will also find your order number, save this for quick customer service if you should have any problems with your order.\r\n\r\n<b>Mitjo Shipping Charges</b>\r\n\r\nShipping is free when you order five or more pairs of socks. If you order less than that, a total shipping charge of £ 5 will be added to your order for UK, for international depending on location standard charge of £12 will be add to your order..\r\n\r\n<b>Further Questions Regarding Shipping</b>\r\n\r\nIf you have a question concerning your delivery, please contact us by using our <a href=\"http://www.mitjo.com/contact\">contact form</a>.\r\n\r\n<b>RETURNS, REFUNDS AND EXCHANGES</b>\r\n\r\n<b>Returns</b>\r\n\r\nOur policy lasts 28 days from delivery of your order. If 28 days have gone by since your purchase, unfortunately we can’t offer you a refund or exchange.\r\n\r\nYou are responsible for the costs of returning any unwanted items to us. Email us at returns@mitjo.com and we will email you an address label you can print and attach to the package. If you don’t have access to a printer simply write our address on the package: Returns Mitjo, MITJÓ, Suite LP21792 , Lower Ground Floor
,145-157 St John Street
, London
, EC1V 4PW, United Kingdom.\r\n\r\nPlease include your invoice with the package.\r\nWe recommend using a secure or signed for service.\r\n\r\nTo be eligible for a refund, your item must be unused and in the same condition that you received it. It must also be in the original packaging.\r\n\r\nPlease do not send your purchase back to the manufacturer.\r\n\r\nThere are certain situations where only partial refunds are granted: (if applicable)\r\n- Items with obvious signs of use\r\n- Any item not in its original condition, that is damaged or altered for reasons not due to our error.\r\n- Any item that is returned more than 28 days after delivery\r\n\r\n<b>Refunds (if applicable)</b>\r\nOnce your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.\r\n\r\nIf you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a 2 working days.\r\n\r\n<b>Late or missing refunds (if applicable)</b>\r\nIf you haven’t received a refund yet, first check your bank account again.\r\n\r\nThen contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.\r\n\r\nIf you’ve done all of this and you still have not received your refund yet, please contact us at\r\nreturns@mitjo.com.','SHIPPING','','inherit','closed','open','','31-revision-v1','','','2013-11-18 15:33:29','2013-11-18 15:33:29','',31,'http://mitjo.com/sandbox/31-revision-v1/',0,'revision','',0),(294,1,'2013-11-18 15:35:17','2013-11-18 15:35:17','<p align=\"center\"><h3>SOCK OF APPROVAL</h3></p>\r\n<p align=\"center\">Our socks are only made of the high quality materiel and some of the best fabrics. Our suppliers provide us with strong, softest material that makes our socks last longer keeping them every one happy. A reinforced toe and heel further prevents your Mitjó from breaking. Our manufactures use AQL* to test the Mitjó socks. During the process the Mitjó sock is tested during production and before shipping. These test help us to ensure that Mitjó socks are from the highest standard know to feet alike. We have developed a new method of pre washing. In short this “socks-talk” really it means that our Mitjó product feel soft and better on your feet and will not shrink when you wash them.</p>\r\n<p align=\"center\">Our luxury products are developed in Northern Italy, a country renowned for its sense and tend in the fashion and high quality luxury products. It’s our mission to created amazing socks to inspire and express individuality. We are confident that our selection and collections are only of the finest materials with meticulous attention to detail & design.</p>\r\n<p align=\"center\">As part of our philosophy we believe in innovation, there for we are constantly evaluating, maintaining and developing the production process and products. Although you Mitjos will not last forever, try to remember to always wash your socks inside out to extend their life.We are constantly evaluating, maintaining and developing the production process! Although your Mitjó won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!</p>\r\n<p align=\"center\">* (AQL) the worst-case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\nMitjó’s Manufacturing</p>\r\n<p align=\"center\">Mitjos are manufactured in various countries ranging from Japan to Italy,etc. We only work with factories that have extended knowledge as to proven track recorded in the manufacturing of the finest socks in the world. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p align=\"center\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>\r\n ','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-18 15:35:17','2013-11-18 15:35:17','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(295,1,'2013-11-18 15:36:00','2013-11-18 15:36:00','<h3 style=\"text-align: center;\"><strong>SOCK OF APPROVAL</strong></h3>\r\n<p align=\"center\">Our socks are only made of the high quality materiel and some of the best fabrics. Our suppliers provide us with strong, softest material that makes our socks last longer keeping them every one happy. A reinforced toe and heel further prevents your Mitjó from breaking. Our manufactures use AQL* to test the Mitjó socks. During the process the Mitjó sock is tested during production and before shipping. These test help us to ensure that Mitjó socks are from the highest standard know to feet alike. We have developed a new method of pre washing. In short this “socks-talk” really it means that our Mitjó product feel soft and better on your feet and will not shrink when you wash them.</p>\r\n<p align=\"center\">Our luxury products are developed in Northern Italy, a country renowned for its sense and tend in the fashion and high quality luxury products. It’s our mission to created amazing socks to inspire and express individuality. We are confident that our selection and collections are only of the finest materials with meticulous attention to detail & design.</p>\r\n<p align=\"center\">As part of our philosophy we believe in innovation, there for we are constantly evaluating, maintaining and developing the production process and products. Although you Mitjos will not last forever, try to remember to always wash your socks inside out to extend their life.We are constantly evaluating, maintaining and developing the production process! Although your Mitjó won’t last forever, try and remember to always wash you socks and tights inside out to extend their lifetime!</p>\r\n<p align=\"center\">* (AQL) the worst-case quality level, expressed as a percentage of defects in a population, that is still considered acceptable.\r\nMitjó’s Manufacturing</p>\r\n<p align=\"center\">Mitjos are manufactured in various countries ranging from Japan to Italy,etc. We only work with factories that have extended knowledge as to proven track recorded in the manufacturing of the finest socks in the world. Some specific items and collaborations are also produced across the world in various locations. The factories maintain respectful working environments in accordance with International Labour Laws and Standards, and we visit frequently to see our friends and check up on the production of our Mitjó’s.</p>\r\n<p align=\"center\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>\r\n ','SOCK OF APPROVAL','','inherit','closed','open','','29-revision-v1','','','2013-11-18 15:36:00','2013-11-18 15:36:00','',29,'http://mitjo.com/sandbox/29-revision-v1/',0,'revision','',0),(302,1,'2013-11-19 19:37:54','2013-11-19 19:37:54','<p align=\"center\"><b>SOCK OF APPROVAL</b></p>\n<p align=\"center\">Our socks are made of the highest quality material. Our suppliers provide us with strong, soft fabric that makes our socks last longer keeping every one happy. A reinforced toe and heel further prevents your Mitjó sock from wear and tear. Our manufactures use AQL* to test our Mitjó socks and vigorously test them during production and before shipping. Our method of prewashing keeps your Mitjo product always feeling soft on your feet and stops them from shrinking in the wash.</p>\n<p align=\"center\">Our luxury products are developed in Northern Italy, a country renowned for its style and trend in the fashion industry. It is our mission to create amazing socks to inspire and express individuality. We are confident that our collection is made up of only the finest materials with meticulous attention to detail and design.</p>\n<p align=\"center\">As part of our philosophy we believe in innovation, therefore we are constantly evaluating, maintaining and developing the production process and products. Although your Mitjos will not last forever, washing your socks inside out will help to extend their lives.</p>\n<p align=\"center\">*(AQL) AQL stands for Acceptable Quantity Limit and can be defined as the quality level that is tolerable for consumer goods. AQL 2.5 is a type of limit for most consumer goods which means that 2.5% of the defective goods or products would usually not be considered acceptable by the end user.</p>\n<p align=\"center\">Mitjos are manufactured in various countries ranging from Japan to Italy. We only work with factories that have extended knowledge and a proven track record in manufacturing fine socks. The factories maintain respectful working environments in accordance with international labor laws and standards and we visit them frequently to see our friends and check up on the production of our Mitjó’s.</p>\n<p align=\"center\">We work with both <a href=\"http://www.bsci-intl.org/\">BSCI </a>and <a href=\"http://www.iso.org/iso/home.html\">ISO 9001</a></p>','SOCK OF APPROVAL','','inherit','closed','open','','29-autosave-v1','','','2013-11-19 19:37:54','2013-11-19 19:37:54','',29,'http://mitjo.com/sandbox/29-autosave-v1/',0,'revision','',0),(304,1,'2013-11-20 23:23:19','2013-11-20 23:23:19','[yith_wcwl_wishlist]','Wishlist','','inherit','closed','open','','278-revision-v1','','','2013-11-20 23:23:19','2013-11-20 23:23:19','',278,'http://mitjo.com/sandbox/278-revision-v1/',0,'revision','',0),(305,1,'2013-11-20 23:30:47','2013-11-20 23:30:47','[woocommerce_lost_password]','Lost Password','','inherit','closed','open','','9-revision-v1','','','2013-11-20 23:30:47','2013-11-20 23:30:47','',9,'http://mitjo.com/sandbox/9-revision-v1/',0,'revision','',0),(306,1,'2013-11-21 09:54:03','2013-11-21 09:54:03','','AYA_1_0','','inherit','closed','open','','aya_1_0-2','','','2013-11-21 09:54:03','2013-11-21 09:54:03','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_1_01.jpg',0,'attachment','image/jpeg',0),(307,1,'2013-11-21 09:54:13','2013-11-21 09:54:13','','AYA_1_2','','inherit','closed','open','','aya_1_2-2','','','2013-11-21 09:54:13','2013-11-21 09:54:13','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_1_21.jpg',0,'attachment','image/jpeg',0),(308,1,'2013-11-21 09:54:23','2013-11-21 09:54:23','','AYA_1_8','','inherit','closed','open','','aya_1_8-2','','','2013-11-21 09:54:23','2013-11-21 09:54:23','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_1_81.jpg',0,'attachment','image/jpeg',0),(309,1,'2013-11-21 09:54:32','2013-11-21 09:54:32','','AYA_1_9','','inherit','closed','open','','aya_1_9-2','','','2013-11-21 09:54:32','2013-11-21 09:54:32','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_1_91.jpg',0,'attachment','image/jpeg',0),(310,1,'2013-11-21 09:54:42','2013-11-21 09:54:42','','AYA_2_2','','inherit','closed','open','','aya_2_2-2','','','2013-11-21 09:54:42','2013-11-21 09:54:42','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_2_21.jpg',0,'attachment','image/jpeg',0),(311,1,'2013-11-21 09:54:52','2013-11-21 09:54:52','','AYA_2_3','','inherit','closed','open','','aya_2_3-2','','','2013-11-21 09:54:52','2013-11-21 09:54:52','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_2_31.jpg',0,'attachment','image/jpeg',0),(312,1,'2013-11-21 09:55:02','2013-11-21 09:55:02','','AYA_2_4','','inherit','closed','open','','aya_2_4-2','','','2013-11-21 09:55:02','2013-11-21 09:55:02','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_2_41.jpg',0,'attachment','image/jpeg',0),(313,1,'2013-11-21 09:55:11','2013-11-21 09:55:11','','AYA_2_6','','inherit','closed','open','','aya_2_6-2','','','2013-11-21 09:55:11','2013-11-21 09:55:11','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_2_61.jpg',0,'attachment','image/jpeg',0),(314,1,'2013-11-21 09:55:20','2013-11-21 09:55:20','','AYA_3_2','','inherit','closed','open','','aya_3_2-2','','','2013-11-21 09:55:20','2013-11-21 09:55:20','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_3_21.jpg',0,'attachment','image/jpeg',0),(315,1,'2013-11-21 09:55:31','2013-11-21 09:55:31','','AYA_3_3','','inherit','closed','open','','aya_3_3-2','','','2013-11-21 09:55:31','2013-11-21 09:55:31','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_3_31.jpg',0,'attachment','image/jpeg',0),(316,1,'2013-11-21 09:55:42','2013-11-21 09:55:42','','AYA_3_4','','inherit','closed','open','','aya_3_4-2','','','2013-11-21 09:55:42','2013-11-21 09:55:42','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_3_41.jpg',0,'attachment','image/jpeg',0),(317,1,'2013-11-21 09:55:51','2013-11-21 09:55:51','','AYA_3_6','','inherit','closed','open','','aya_3_6-2','','','2013-11-21 09:55:51','2013-11-21 09:55:51','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_3_61.jpg',0,'attachment','image/jpeg',0),(318,1,'2013-11-21 09:56:00','2013-11-21 09:56:00','','AYA_4_2','','inherit','closed','open','','aya_4_2-2','','','2013-11-21 09:56:00','2013-11-21 09:56:00','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_4_21.jpg',0,'attachment','image/jpeg',0),(319,1,'2013-11-21 09:56:09','2013-11-21 09:56:09','','AYA_4_3','','inherit','closed','open','','aya_4_3-2','','','2013-11-21 09:56:09','2013-11-21 09:56:09','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_4_31.jpg',0,'attachment','image/jpeg',0),(320,1,'2013-11-21 09:56:18','2013-11-21 09:56:18','','AYA_4_4','','inherit','closed','open','','aya_4_4-2','','','2013-11-21 09:56:18','2013-11-21 09:56:18','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_4_41.jpg',0,'attachment','image/jpeg',0),(321,1,'2013-11-21 09:56:26','2013-11-21 09:56:26','','AYA_4_6','','inherit','closed','open','','aya_4_6-2','','','2013-11-21 09:56:26','2013-11-21 09:56:26','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_4_61.jpg',0,'attachment','image/jpeg',0),(322,1,'2013-11-21 09:56:37','2013-11-21 09:56:37','','AYA_5_2','','inherit','closed','open','','aya_5_2-2','','','2013-11-21 09:56:37','2013-11-21 09:56:37','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_5_21.jpg',0,'attachment','image/jpeg',0),(323,1,'2013-11-21 09:56:46','2013-11-21 09:56:46','','AYA_5_3','','inherit','closed','open','','aya_5_3-2','','','2013-11-21 09:56:46','2013-11-21 09:56:46','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_5_31.jpg',0,'attachment','image/jpeg',0),(324,1,'2013-11-21 09:56:55','2013-11-21 09:56:55','','AYA_5_4','','inherit','closed','open','','aya_5_4-2','','','2013-11-21 09:56:55','2013-11-21 09:56:55','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_5_41.jpg',0,'attachment','image/jpeg',0),(325,1,'2013-11-21 09:57:04','2013-11-21 09:57:04','','AYA_5_6','','inherit','closed','open','','aya_5_6-2','','','2013-11-21 09:57:04','2013-11-21 09:57:04','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_5_61.jpg',0,'attachment','image/jpeg',0),(326,1,'2013-11-21 09:57:13','2013-11-21 09:57:13','','AYA_6_2','','inherit','closed','open','','aya_6_2-2','','','2013-11-21 09:57:13','2013-11-21 09:57:13','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_6_21.jpg',0,'attachment','image/jpeg',0),(327,1,'2013-11-21 09:57:22','2013-11-21 09:57:22','','AYA_6_3','','inherit','closed','open','','aya_6_3-2','','','2013-11-21 09:57:22','2013-11-21 09:57:22','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_6_31.jpg',0,'attachment','image/jpeg',0),(328,1,'2013-11-21 09:57:31','2013-11-21 09:57:31','','AYA_6_4','','inherit','closed','open','','aya_6_4-2','','','2013-11-21 09:57:31','2013-11-21 09:57:31','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_6_41.jpg',0,'attachment','image/jpeg',0),(329,1,'2013-11-21 09:57:40','2013-11-21 09:57:40','','AYA_6_6','','inherit','closed','open','','aya_6_6-2','','','2013-11-21 09:57:40','2013-11-21 09:57:40','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_6_61.jpg',0,'attachment','image/jpeg',0),(330,1,'2013-11-21 09:57:49','2013-11-21 09:57:49','','AYA_7_2','','inherit','closed','open','','aya_7_2-2','','','2013-11-21 09:57:49','2013-11-21 09:57:49','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_7_21.jpg',0,'attachment','image/jpeg',0),(331,1,'2013-11-21 09:57:58','2013-11-21 09:57:58','','AYA_7_3','','inherit','closed','open','','aya_7_3-2','','','2013-11-21 09:57:58','2013-11-21 09:57:58','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_7_31.jpg',0,'attachment','image/jpeg',0),(332,1,'2013-11-21 09:58:08','2013-11-21 09:58:08','','AYA_7_4','','inherit','closed','open','','aya_7_4-2','','','2013-11-21 09:58:08','2013-11-21 09:58:08','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_7_41.jpg',0,'attachment','image/jpeg',0),(333,1,'2013-11-21 09:58:17','2013-11-21 09:58:17','','AYA_7_6','','inherit','closed','open','','aya_7_6-2','','','2013-11-21 09:58:17','2013-11-21 09:58:17','',0,'http://mitjo.com/sandbox/wp-content/uploads/2013/11/AYA_7_61.jpg',0,'attachment','image/jpeg',0),(335,1,'2013-11-21 12:18:25','2013-11-21 12:18:25','<h3 style=\"text-align: center;\"><strong>OUR STORY</strong></h3>\r\n<p style=\"text-align: center;\">During 2013, in London, two friends came together with an idea of changing the perception of the most underrated fashion essential. Since that day their passion for creativity has inspired them to develop the ultimate fashion accessory must have. With this shared sense of innovation they set to work on producing creative socks with impeccable attention to detail.</p>\r\n<p style=\"text-align: center;\">Mitjó was founded on the bases of expression and individuality. Mitjo believe that expression, combined with functionality produces a product that is no longer just a sock. It becomes a visual expression, a statement of being and identity.</p>\r\n<p style=\"text-align: center;\">Creating outstanding, comfortable and durable socks from the finest quality thread is an unspoken oath that Mitjo work by. Each pair of Mitjo socks has their own personality and, if they could talk, would tell you a story about their unique patterns and how they were designed.</p>\r\n<p style=\"text-align: center;\">The essence of dressing is an expression of oneself, to make a statement of individuality.\r\nBreak the conventional unwritten rules. Express yourself!</p>\r\n<p style=\"text-align: center;\">Design inspired, exceptionally crafted.</p>\r\n<p style=\"text-align: center;\"><em>The Unusual Thread, </em></p>\r\n<p style=\"text-align: center;\"><em></em><strong>Mitjó</strong></p>','OUR STORY','','inherit','closed','open','','18-revision-v1','','','2013-11-21 12:18:25','2013-11-21 12:18:25','',18,'http://mitjo.com/sandbox/18-revision-v1/',0,'revision','',0),(336,1,'2013-11-21 13:25:20','2013-11-21 13:25:20','[boxed_content type=\"coloured\" pb_margin_bottom=\"no\" width=\"1/1\" el_position=\"first last\"]\r\n\r\nThis is a boxed content block. Click the edit button to edit this text.\r\n\r\n[/boxed_content] [blog show_blog_aux=\"yes\" blog_type=\"standard\" item_count=\"5\" category=\"all\" show_title=\"yes\" show_excerpt=\"yes\" show_details=\"yes\" excerpt_length=\"65\" content_output=\"excerpt\" show_read_more=\"no\" pagination=\"yes\" width=\"1/1\" el_position=\"first last\"]','THE JOURNAL','','inherit','closed','open','','135-revision-v1','','','2013-11-21 13:25:20','2013-11-21 13:25:20','',135,'http://mitjo.com/sandbox/135-revision-v1/',0,'revision','',0),(337,1,'2013-11-23 15:12:48','2013-11-23 15:12:48','[one_half]\r\n<h2>Have a question or want to share something with us?</h2>\r\n[/one_half]\r\n[one_half_last][contact-form-7 id=\"128\" title=\"checkout\"][/one_half_last]','CONTACT US','','inherit','closed','open','','67-revision-v1','','','2013-11-23 15:12:48','2013-11-23 15:12:48','',67,'http://mitjo.com/sandbox/67-revision-v1/',0,'revision','',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_posts` ENABLE KEYS */;
--
-- Table structure for table `8oid_registration_log`
--
DROP TABLE IF EXISTS `8oid_registration_log`;
CREATE TABLE `8oid_registration_log` (
`ID` bigint(20) NOT NULL AUTO_INCREMENT,
`email` varchar(255) NOT NULL DEFAULT '',
`IP` varchar(30) NOT NULL DEFAULT '',
`blog_id` bigint(20) NOT NULL DEFAULT '0',
`date_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`ID`),
KEY `IP` (`IP`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_registration_log`
--
/*!40000 ALTER TABLE `8oid_registration_log` DISABLE KEYS */;
LOCK TABLES `8oid_registration_log` WRITE;
INSERT INTO `8oid_registration_log` VALUES (1,'accounts@mitjo.com','90.204.143.157',2,'2013-11-28 18:42:23'),(2,'accounts@mitjo.com','90.204.143.157',3,'2013-11-28 18:47:00'),(3,'accounts@mitjo.com','90.204.143.157',4,'2013-11-28 19:08:13'),(4,'accounts@mitjo.com','90.204.143.157',5,'2013-11-28 19:22:37'),(5,'accounts@mitjo.com','90.204.143.157',6,'2013-11-28 20:53:02');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_registration_log` ENABLE KEYS */;
--
-- Table structure for table `8oid_revslider_settings`
--
DROP TABLE IF EXISTS `8oid_revslider_settings`;
CREATE TABLE `8oid_revslider_settings` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`general` text NOT NULL,
`params` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_revslider_settings`
--
/*!40000 ALTER TABLE `8oid_revslider_settings` DISABLE KEYS */;
LOCK TABLES `8oid_revslider_settings` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_revslider_settings` ENABLE KEYS */;
--
-- Table structure for table `8oid_revslider_sliders`
--
DROP TABLE IF EXISTS `8oid_revslider_sliders`;
CREATE TABLE `8oid_revslider_sliders` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` tinytext NOT NULL,
`alias` tinytext,
`params` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_revslider_sliders`
--
/*!40000 ALTER TABLE `8oid_revslider_sliders` DISABLE KEYS */;
LOCK TABLES `8oid_revslider_sliders` WRITE;
INSERT INTO `8oid_revslider_sliders` VALUES (1,'Home','Home','{\"title\":\"Home\",\"alias\":\"Home\",\"shortcode\":\"[rev_slider Home]\",\"slider_type\":\"fullscreen\",\"fullscreen_offset_container\":\"#header\",\"width\":\"1200\",\"height\":\"900\",\"responsitive_w1\":\"1200\",\"responsitive_sw1\":\"800\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"\",\"responsitive_sw4\":\"\",\"responsitive_w5\":\"\",\"responsitive_sw5\":\"\",\"responsitive_w6\":\"\",\"responsitive_sw6\":\"\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"load_googlefont\":\"false\",\"google_font\":\"PT+Sans+Narrow:400,700\",\"stop_slider\":\"on\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"shadow_type\":\"0\",\"show_timerbar\":\"bottom\",\"background_color\":\"#ffffff\",\"padding\":\"0\",\"show_background_image\":\"false\",\"background_image\":\"\",\"touchenabled\":\"on\",\"stop_on_hover\":\"on\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigation_style\":\"round\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":\"200\",\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":\"20\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_amount\":\"5\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\"}'),(2,'Our-story','Our-story','{\"title\":\"Our-story\",\"alias\":\"Our-story\",\"shortcode\":\"[rev_slider Our-story]\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"width\":\"1200\",\"height\":\"350\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"\",\"responsitive_sw4\":\"\",\"responsitive_w5\":\"\",\"responsitive_sw5\":\"\",\"responsitive_w6\":\"\",\"responsitive_sw6\":\"\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"load_googlefont\":\"false\",\"google_font\":\"PT+Sans+Narrow:400,700\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"shadow_type\":\"0\",\"show_timerbar\":\"bottom\",\"background_color\":\"#ffffff\",\"padding\":\"0\",\"show_background_image\":\"false\",\"background_image\":\"\",\"touchenabled\":\"on\",\"stop_on_hover\":\"on\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigation_style\":\"round\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":\"200\",\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":\"20\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_amount\":\"5\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\"}'),(3,'Sock-approval','Sock-approval','{\"title\":\"Sock-approval\",\"alias\":\"Sock-approval\",\"shortcode\":\"[rev_slider Sock-approval]\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"width\":\"1200\",\"height\":\"350\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"\",\"responsitive_sw4\":\"\",\"responsitive_w5\":\"\",\"responsitive_sw5\":\"\",\"responsitive_w6\":\"\",\"responsitive_sw6\":\"\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"load_googlefont\":\"false\",\"google_font\":\"PT+Sans+Narrow:400,700\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"shadow_type\":\"0\",\"show_timerbar\":\"bottom\",\"background_color\":\"#ffffff\",\"padding\":\"0\",\"show_background_image\":\"false\",\"background_image\":\"\",\"touchenabled\":\"off\",\"stop_on_hover\":\"off\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigation_style\":\"round\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":\"200\",\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":\"20\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_amount\":\"5\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\"}');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_revslider_sliders` ENABLE KEYS */;
--
-- Table structure for table `8oid_revslider_slides`
--
DROP TABLE IF EXISTS `8oid_revslider_slides`;
CREATE TABLE `8oid_revslider_slides` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`slider_id` int(9) NOT NULL,
`slide_order` int(11) NOT NULL,
`params` text NOT NULL,
`layers` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_revslider_slides`
--
/*!40000 ALTER TABLE `8oid_revslider_slides` DISABLE KEYS */;
LOCK TABLES `8oid_revslider_slides` WRITE;
INSERT INTO `8oid_revslider_slides` VALUES (5,3,1,'{\"background_type\":\"trans\",\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"fullwidth_centering\":\"true\",\"date_from\":\"\",\"date_to\":\"\",\"image_id\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"\",\"0\":\"Choose Image\"}','[{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/mitjo.com\\/wp-content\\/uploads\\/2013\\/11\\/MITJO-SOCK-OF-APPROVAL1.jpg\",\"left\":0,\"top\":0,\"animation\":\"fade\",\"easing\":\"easeInExpo\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/mitjo.com\\/wp-content\\/uploads\\/2013\\/11\\/MITJO-SOCK-OF-APPROVAL-TEXT.png\",\"left\":0,\"top\":0,\"animation\":\"fade\",\"easing\":\"easeOutExpo\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":800,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"serial\":\"1\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8200}]'),(3,1,1,'{\"background_type\":\"solid\",\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"fullwidth_centering\":\"true\",\"date_from\":\"\",\"date_to\":\"\",\"image_id\":\"229\",\"slide_bg_color\":\"#ffffff\",\"image\":\"http:\\/\\/mitjo.com\\/wp-content\\/uploads\\/2013\\/11\\/MITJO_HOME_PAGE_11_2013_12.jpg\",\"0\":\"Choose Image\"}','[{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/mitjo.com\\/wp-content\\/uploads\\/2013\\/11\\/MITJO_HOME_PAGE_11_2013_1clean1.jpg\",\"left\":10,\"top\":0,\"animation\":\"fade\",\"easing\":\"easeInOutSine\",\"speed\":1000,\"align_hor\":\"right\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"serial\":\"0\",\"endTimeFinal\":8000,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/mitjo.com\\/wp-content\\/uploads\\/2013\\/11\\/mitjo_ayame_home_page_11_2013.png\",\"left\":-224,\"top\":157,\"animation\":\"fade\",\"easing\":\"easeOutExpo\",\"speed\":1400,\"align_hor\":\"center\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":false,\"link\":\"http:\\/\\/mitjo.com\\/collection\\/\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":800,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"serial\":\"1\",\"endTimeFinal\":7600,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8200}]'),(4,2,1,'{\"background_type\":\"trans\",\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"fullwidth_centering\":\"false\",\"date_from\":\"\",\"date_to\":\"\",\"image_id\":\"242\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/mitjo.com\\/wp-content\\/uploads\\/2013\\/11\\/MITJO-OUR-STORY-COVER1.jpg\",\"0\":\"Choose Image\"}','[{\"style\":\"\",\"text\":\"Mitjo- Ayame\",\"type\":\"image\",\"image_url\":\"http:\\/\\/mitjo.com\\/wp-content\\/uploads\\/2013\\/11\\/MITJO-OUR-STORY-COVER1.jpg\",\"left\":0,\"top\":0,\"animation\":\"fade\",\"easing\":\"easeOutExpo\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"serial\":0,\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/mitjo.com\\/wp-content\\/uploads\\/2013\\/11\\/MITJO-OUR-STORY-BANNER.png\",\"left\":0,\"top\":0,\"animation\":\"fade\",\"easing\":\"easeOutExpo\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":800,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"serial\":5,\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8200}]');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_revslider_slides` ENABLE KEYS */;
--
-- Table structure for table `8oid_signups`
--
DROP TABLE IF EXISTS `8oid_signups`;
CREATE TABLE `8oid_signups` (
`signup_id` bigint(20) NOT NULL AUTO_INCREMENT,
`domain` varchar(200) NOT NULL DEFAULT '',
`path` varchar(100) NOT NULL DEFAULT '',
`title` longtext NOT NULL,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`active` tinyint(1) NOT NULL DEFAULT '0',
`activation_key` varchar(50) NOT NULL DEFAULT '',
`meta` longtext,
PRIMARY KEY (`signup_id`),
KEY `activation_key` (`activation_key`),
KEY `user_email` (`user_email`),
KEY `user_login_email` (`user_login`,`user_email`),
KEY `domain_path` (`domain`,`path`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_signups`
--
/*!40000 ALTER TABLE `8oid_signups` DISABLE KEYS */;
LOCK TABLES `8oid_signups` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_signups` ENABLE KEYS */;
--
-- Table structure for table `8oid_site`
--
DROP TABLE IF EXISTS `8oid_site`;
CREATE TABLE `8oid_site` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`domain` varchar(200) NOT NULL DEFAULT '',
`path` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `domain` (`domain`,`path`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_site`
--
/*!40000 ALTER TABLE `8oid_site` DISABLE KEYS */;
LOCK TABLES `8oid_site` WRITE;
INSERT INTO `8oid_site` VALUES (1,'mitjo.com','/');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_site` ENABLE KEYS */;
--
-- Table structure for table `8oid_sitemeta`
--
DROP TABLE IF EXISTS `8oid_sitemeta`;
CREATE TABLE `8oid_sitemeta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`site_id` bigint(20) NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `meta_key` (`meta_key`),
KEY `site_id` (`site_id`)
) ENGINE=MyISAM AUTO_INCREMENT=62 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_sitemeta`
--
/*!40000 ALTER TABLE `8oid_sitemeta` DISABLE KEYS */;
LOCK TABLES `8oid_sitemeta` WRITE;
INSERT INTO `8oid_sitemeta` VALUES (1,1,'site_name','Mitjo Inc'),(2,1,'admin_email','network@mitjo.com'),(3,1,'admin_user_id',''),(4,1,'registration','none'),(5,1,'upload_filetypes','jpg jpeg png gif mp3 mov avi wmv midi mid pdf'),(6,1,'blog_upload_space','100'),(7,1,'fileupload_maxk','1500'),(8,1,'site_admins','a:3:{i:0;N;i:1;s:4:\"jvdk\";i:2;s:6:\"nr3inc\";}'),(9,1,'allowedthemes','a:2:{s:14:\"twentythirteen\";b:1;s:12:\"neighborhood\";b:1;}'),(10,1,'illegal_names','a:8:{i:0;s:3:\"www\";i:1;s:3:\"web\";i:2;s:4:\"root\";i:3;s:5:\"admin\";i:4;s:4:\"main\";i:5;s:6:\"invite\";i:6;s:13:\"administrator\";i:7;s:5:\"files\";}'),(11,1,'wpmu_upgrade_site','25824'),(12,1,'welcome_email','Dear User,\r\n\r\nYour new SITE_NAME site has been successfully set up at:\r\nBLOG_URL\r\n\r\nYou can log in to the administrator account with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLog in here: BLOG_URLwp-login.php\r\n\r\nWe hope you enjoy your new site. Thanks!\r\n\r\n--The Team @ SITE_NAME'),(13,1,'first_post','Welcome to <a href=\"SITE_URL\">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!'),(14,1,'siteurl','http://mitjo.com/sandbox/'),(15,1,'add_new_users','1'),(16,1,'upload_space_check_disabled','1'),(17,1,'subdomain_install','1'),(18,1,'global_terms_enabled','0'),(19,1,'ms_files_rewriting','0'),(20,1,'initial_db_version','25824'),(21,1,'active_sitewide_plugins','a:0:{}'),(22,1,'WPLANG','en_US'),(56,1,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:41:\"https://wordpress.org/wordpress-3.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:41:\"https://wordpress.org/wordpress-3.7.1.zip\";s:10:\"no_content\";s:52:\"https://wordpress.org/wordpress-3.7.1-no-content.zip\";s:11:\"new_bundled\";s:53:\"https://wordpress.org/wordpress-3.7.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.7.1\";s:7:\"version\";s:5:\"3.7.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1386412574;s:15:\"version_checked\";s:5:\"3.7.1\";s:12:\"translations\";a:0:{}}'),(24,1,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1386412576;s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:5:\"2.5.9\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:5:\"5.0.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"3.5.4\";s:19:\"jetpack/jetpack.php\";s:11:\"2.6.1-beta1\";s:46:\"jquery-image-lazy-loading/jq_img_lazy_load.php\";s:5:\"v0.21\";s:83:\"previous-and-next-post-in-same-taxonomy/previous-and-next-post-in-same-taxonomy.php\";s:3:\"1.0\";s:23:\"revslider/revslider.php\";s:6:\"3.0.95\";s:43:\"simple-social-icons/simple-social-icons.php\";s:5:\"1.0.5\";s:33:\"w3-total-cache/w3-total-cache.php\";s:5:\"0.9.3\";s:27:\"woocommerce/woocommerce.php\";s:6:\"2.0.20\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"1.4.19\";s:29:\"wp-dbmanager/wp-dbmanager.php\";s:4:\"2.65\";s:50:\"wp-mobile-detector/websitez-wp-mobile-detector.php\";s:3:\"1.8\";s:25:\"wp-smushit/wp-smushit.php\";s:7:\"1.6.5.4\";s:34:\"yith-woocommerce-wishlist/init.php\";s:5:\"1.0.6\";}s:8:\"response\";a:1:{s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/jetpack.2.6.1.zip\";}}s:12:\"translations\";a:0:{}}'),(58,1,'_site_transient_timeout_theme_roots','1386414375'),(59,1,'_site_transient_theme_roots','a:1:{s:12:\"neighborhood\";s:7:\"/themes\";}'),(32,1,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1386412576;s:7:\"checked\";a:1:{s:12:\"neighborhood\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}'),(33,1,'_site_transient_timeout_browser_4a60c846dd0fd08cf4868332abcfb15c','1386270346'),(34,1,'_site_transient_browser_4a60c846dd0fd08cf4868332abcfb15c','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"31.0.1650.57\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}'),(28,1,'user_count','4'),(29,1,'blog_count','2'),(30,1,'can_compress_scripts','1'),(49,1,'_site_transient_timeout_wporg_theme_feature_list','1385681331'),(50,1,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:19:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:20:\"front-page-post-form\";i:11;s:19:\"full-width-template\";i:12;s:12:\"microformats\";i:13;s:12:\"post-formats\";i:14;s:20:\"rtl-language-support\";i:15;s:11:\"sticky-post\";i:16;s:13:\"theme-options\";i:17;s:17:\"threaded-comments\";i:18;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}'),(38,1,'registrationnotification','yes'),(39,1,'welcome_user_email','Dear User,\r\n\r\nYour new account is set up.\r\n\r\nYou can log in with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLOGINLINK\r\n\r\nThanks!\r\n\r\n--The Team @ SITE_NAME'),(40,1,'menu_items','a:1:{s:7:\"plugins\";s:1:\"1\";}'),(41,1,'first_page',''),(42,1,'first_comment',''),(43,1,'first_comment_url',''),(44,1,'first_comment_author',''),(45,1,'limited_email_domains',''),(46,1,'banned_email_domains',''),(60,1,'_site_transient_timeout_browser_389d633b3adfe20bdf33003a01ceb27a','1387017390'),(61,1,'_site_transient_browser_389d633b3adfe20bdf33003a01ceb27a','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"25.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}'),(53,1,'bcn_options','a:134:{s:17:\"bmainsite_display\";b:1;s:18:\"Hmainsite_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hmainsite_template_no_anchor\";s:8:\"%htitle%\";s:13:\"bhome_display\";b:1;s:14:\"Hhome_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hhome_template_no_anchor\";s:8:\"%htitle%\";s:13:\"bblog_display\";b:1;s:14:\"Hblog_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hblog_template_no_anchor\";s:8:\"%htitle%\";s:10:\"hseparator\";s:6:\" > \";s:12:\"blimit_title\";b:0;s:17:\"amax_title_length\";i:20;s:20:\"bcurrent_item_linked\";b:0;s:19:\"Hpost_page_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:29:\"Hpost_page_template_no_anchor\";s:8:\"%htitle%\";s:15:\"apost_page_root\";s:2:\"48\";s:15:\"Hpaged_template\";s:13:\"Page %htitle%\";s:14:\"bpaged_display\";b:0;s:19:\"Hpost_post_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:29:\"Hpost_post_template_no_anchor\";s:8:\"%htitle%\";s:15:\"apost_post_root\";s:1:\"0\";s:27:\"bpost_post_taxonomy_display\";b:1;s:24:\"Spost_post_taxonomy_type\";s:8:\"category\";s:25:\"Hpost_attachment_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:35:\"Hpost_attachment_template_no_anchor\";s:8:\"%htitle%\";s:13:\"H404_template\";s:8:\"%htitle%\";s:10:\"S404_title\";s:3:\"404\";s:16:\"Hsearch_template\";s:135:\"Search results for '<a title=\"Go to the first page of search results for %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>'\";s:26:\"Hsearch_template_no_anchor\";s:39:\"Search results for '%htitle%'\";s:18:\"Hpost_tag_template\";s:84:\"<a title=\"Go to the %title% tag archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hpost_tag_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hpost_format_template\";s:84:\"<a title=\"Go to the %title% tag archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:31:\"Hpost_format_template_no_anchor\";s:8:\"%htitle%\";s:16:\"Hauthor_template\";s:107:\"Articles by: <a title=\"Go to the first page of posts by %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:26:\"Hauthor_template_no_anchor\";s:21:\"Articles by: %htitle%\";s:12:\"Sauthor_name\";s:12:\"display_name\";s:18:\"Hcategory_template\";s:89:\"<a title=\"Go to the %title% category archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hcategory_template_no_anchor\";s:8:\"%htitle%\";s:14:\"Hdate_template\";s:80:\"<a title=\"Go to the %title% archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hdate_template_no_anchor\";s:8:\"%htitle%\";s:22:\"Hpost_product_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hpost_product_template_no_anchor\";s:8:\"%htitle%\";s:29:\"bpost_product_archive_display\";b:0;s:18:\"apost_product_root\";i:0;s:30:\"bpost_product_taxonomy_display\";b:1;s:27:\"Spost_product_taxonomy_type\";s:12:\"product_type\";s:32:\"Hpost_product_variation_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:42:\"Hpost_product_variation_template_no_anchor\";s:8:\"%htitle%\";s:39:\"bpost_product_variation_archive_display\";b:0;s:28:\"apost_product_variation_root\";i:0;s:40:\"bpost_product_variation_taxonomy_display\";b:1;s:37:\"Spost_product_variation_taxonomy_type\";s:22:\"product_shipping_class\";s:25:\"Hpost_shop_order_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:35:\"Hpost_shop_order_template_no_anchor\";s:8:\"%htitle%\";s:32:\"bpost_shop_order_archive_display\";b:0;s:21:\"apost_shop_order_root\";s:1:\"0\";s:33:\"bpost_shop_order_taxonomy_display\";b:0;s:30:\"Spost_shop_order_taxonomy_type\";s:17:\"shop_order_status\";s:26:\"Hpost_shop_coupon_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:36:\"Hpost_shop_coupon_template_no_anchor\";s:8:\"%htitle%\";s:33:\"bpost_shop_coupon_archive_display\";b:0;s:22:\"apost_shop_coupon_root\";i:0;s:34:\"bpost_shop_coupon_taxonomy_display\";b:0;s:31:\"Spost_shop_coupon_taxonomy_type\";s:4:\"date\";s:33:\"Hpost_wpcf7_contact_form_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:43:\"Hpost_wpcf7_contact_form_template_no_anchor\";s:8:\"%htitle%\";s:40:\"bpost_wpcf7_contact_form_archive_display\";b:0;s:29:\"apost_wpcf7_contact_form_root\";s:1:\"0\";s:41:\"bpost_wpcf7_contact_form_taxonomy_display\";b:0;s:38:\"Spost_wpcf7_contact_form_taxonomy_type\";s:4:\"date\";s:24:\"Hpost_portfolio_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:34:\"Hpost_portfolio_template_no_anchor\";s:8:\"%htitle%\";s:31:\"bpost_portfolio_archive_display\";b:1;s:20:\"apost_portfolio_root\";i:0;s:32:\"bpost_portfolio_taxonomy_display\";b:1;s:29:\"Spost_portfolio_taxonomy_type\";s:18:\"portfolio-category\";s:19:\"Hpost_team_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_team_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_team_archive_display\";b:1;s:15:\"apost_team_root\";i:0;s:27:\"bpost_team_taxonomy_display\";b:1;s:24:\"Spost_team_taxonomy_type\";s:8:\"post_tag\";s:22:\"Hpost_clients_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hpost_clients_template_no_anchor\";s:8:\"%htitle%\";s:29:\"bpost_clients_archive_display\";b:1;s:18:\"apost_clients_root\";i:0;s:30:\"bpost_clients_taxonomy_display\";b:1;s:27:\"Spost_clients_taxonomy_type\";s:8:\"post_tag\";s:27:\"Hpost_testimonials_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:37:\"Hpost_testimonials_template_no_anchor\";s:8:\"%htitle%\";s:34:\"bpost_testimonials_archive_display\";b:1;s:23:\"apost_testimonials_root\";i:0;s:35:\"bpost_testimonials_taxonomy_display\";b:1;s:32:\"Spost_testimonials_taxonomy_type\";s:8:\"post_tag\";s:19:\"Hpost_jobs_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_jobs_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_jobs_archive_display\";b:1;s:15:\"apost_jobs_root\";i:0;s:27:\"bpost_jobs_taxonomy_display\";b:1;s:24:\"Spost_jobs_taxonomy_type\";s:8:\"post_tag\";s:19:\"Hpost_faqs_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_faqs_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_faqs_archive_display\";b:1;s:15:\"apost_faqs_root\";i:0;s:27:\"bpost_faqs_taxonomy_display\";b:1;s:24:\"Spost_faqs_taxonomy_type\";s:8:\"post_tag\";s:28:\"Hportfolio-category_template\";s:86:\"<a title=\"Go to the %title% Portfolio Categories archives.\" href=\"%link%\">%htitle%</a>\";s:38:\"Hportfolio-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hteam-category_template\";s:81:\"<a title=\"Go to the %title% Team Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hteam-category_template_no_anchor\";s:8:\"%htitle%\";s:26:\"Hclients-category_template\";s:83:\"<a title=\"Go to the %title% Client Categories archives.\" href=\"%link%\">%htitle%</a>\";s:36:\"Hclients-category_template_no_anchor\";s:8:\"%htitle%\";s:31:\"Htestimonials-category_template\";s:88:\"<a title=\"Go to the %title% Testimonial Categories archives.\" href=\"%link%\">%htitle%</a>\";s:41:\"Htestimonials-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hjobs-category_template\";s:80:\"<a title=\"Go to the %title% Job Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hjobs-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hfaqs-category_template\";s:83:\"<a title=\"Go to the %title% Topics Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hfaqs-category_template_no_anchor\";s:8:\"%htitle%\";s:22:\"Hproduct_type_template\";s:69:\"<a title=\"Go to the %title% Tag archives.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hproduct_type_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hproduct_cat_template\";s:82:\"<a title=\"Go to the %title% Product Category archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hproduct_cat_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hproduct_tag_template\";s:77:\"<a title=\"Go to the %title% Product Tag archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hproduct_tag_template_no_anchor\";s:8:\"%htitle%\";s:32:\"Hproduct_shipping_class_template\";s:80:\"<a title=\"Go to the %title% Shipping Class archives.\" href=\"%link%\">%htitle%</a>\";s:42:\"Hproduct_shipping_class_template_no_anchor\";s:8:\"%htitle%\";s:27:\"Hshop_order_status_template\";s:69:\"<a title=\"Go to the %title% Tag archives.\" href=\"%link%\">%htitle%</a>\";s:37:\"Hshop_order_status_template_no_anchor\";s:8:\"%htitle%\";s:17:\"Hpa_size_template\";s:70:\"<a title=\"Go to the %title% Size archives.\" href=\"%link%\">%htitle%</a>\";s:27:\"Hpa_size_template_no_anchor\";s:8:\"%htitle%\";s:18:\"Hpa_color_template\";s:71:\"<a title=\"Go to the %title% Color archives.\" href=\"%link%\">%htitle%</a>\";s:28:\"Hpa_color_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hpa_material_template\";s:74:\"<a title=\"Go to the %title% Material archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hpa_material_template_no_anchor\";s:8:\"%htitle%\";}'),(54,1,'bcn_options_bk','a:134:{s:17:\"bmainsite_display\";b:1;s:18:\"Hmainsite_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hmainsite_template_no_anchor\";s:8:\"%htitle%\";s:13:\"bhome_display\";b:1;s:14:\"Hhome_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hhome_template_no_anchor\";s:8:\"%htitle%\";s:13:\"bblog_display\";b:1;s:14:\"Hblog_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hblog_template_no_anchor\";s:8:\"%htitle%\";s:10:\"hseparator\";s:6:\" > \";s:12:\"blimit_title\";b:0;s:17:\"amax_title_length\";i:20;s:20:\"bcurrent_item_linked\";b:0;s:19:\"Hpost_page_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:29:\"Hpost_page_template_no_anchor\";s:8:\"%htitle%\";s:15:\"apost_page_root\";s:2:\"48\";s:15:\"Hpaged_template\";s:13:\"Page %htitle%\";s:14:\"bpaged_display\";b:0;s:19:\"Hpost_post_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:29:\"Hpost_post_template_no_anchor\";s:8:\"%htitle%\";s:15:\"apost_post_root\";s:1:\"0\";s:27:\"bpost_post_taxonomy_display\";b:1;s:24:\"Spost_post_taxonomy_type\";s:8:\"category\";s:25:\"Hpost_attachment_template\";s:67:\"<a title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:35:\"Hpost_attachment_template_no_anchor\";s:8:\"%htitle%\";s:13:\"H404_template\";s:8:\"%htitle%\";s:10:\"S404_title\";s:3:\"404\";s:16:\"Hsearch_template\";s:133:\"Search results for '<a title=\"Go to the first page of search results for %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>'\";s:26:\"Hsearch_template_no_anchor\";s:37:\"Search results for '%htitle%'\";s:18:\"Hpost_tag_template\";s:84:\"<a title=\"Go to the %title% tag archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hpost_tag_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hpost_format_template\";s:84:\"<a title=\"Go to the %title% tag archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:31:\"Hpost_format_template_no_anchor\";s:8:\"%htitle%\";s:16:\"Hauthor_template\";s:107:\"Articles by: <a title=\"Go to the first page of posts by %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:26:\"Hauthor_template_no_anchor\";s:21:\"Articles by: %htitle%\";s:12:\"Sauthor_name\";s:12:\"display_name\";s:18:\"Hcategory_template\";s:89:\"<a title=\"Go to the %title% category archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:28:\"Hcategory_template_no_anchor\";s:8:\"%htitle%\";s:14:\"Hdate_template\";s:80:\"<a title=\"Go to the %title% archives.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:24:\"Hdate_template_no_anchor\";s:8:\"%htitle%\";s:22:\"Hpost_product_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hpost_product_template_no_anchor\";s:8:\"%htitle%\";s:29:\"bpost_product_archive_display\";s:4:\"shop\";s:18:\"apost_product_root\";s:1:\"0\";s:30:\"bpost_product_taxonomy_display\";b:1;s:27:\"Spost_product_taxonomy_type\";s:12:\"product_type\";s:32:\"Hpost_product_variation_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:42:\"Hpost_product_variation_template_no_anchor\";s:8:\"%htitle%\";s:39:\"bpost_product_variation_archive_display\";b:0;s:28:\"apost_product_variation_root\";s:1:\"0\";s:40:\"bpost_product_variation_taxonomy_display\";b:1;s:37:\"Spost_product_variation_taxonomy_type\";s:22:\"product_shipping_class\";s:25:\"Hpost_shop_order_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:35:\"Hpost_shop_order_template_no_anchor\";s:8:\"%htitle%\";s:32:\"bpost_shop_order_archive_display\";b:0;s:21:\"apost_shop_order_root\";s:1:\"0\";s:33:\"bpost_shop_order_taxonomy_display\";b:1;s:30:\"Spost_shop_order_taxonomy_type\";s:17:\"shop_order_status\";s:26:\"Hpost_shop_coupon_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:36:\"Hpost_shop_coupon_template_no_anchor\";s:8:\"%htitle%\";s:33:\"bpost_shop_coupon_archive_display\";b:0;s:22:\"apost_shop_coupon_root\";s:1:\"0\";s:34:\"bpost_shop_coupon_taxonomy_display\";b:0;s:31:\"Spost_shop_coupon_taxonomy_type\";s:4:\"date\";s:33:\"Hpost_wpcf7_contact_form_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:43:\"Hpost_wpcf7_contact_form_template_no_anchor\";s:8:\"%htitle%\";s:40:\"bpost_wpcf7_contact_form_archive_display\";b:0;s:29:\"apost_wpcf7_contact_form_root\";s:1:\"0\";s:41:\"bpost_wpcf7_contact_form_taxonomy_display\";b:0;s:38:\"Spost_wpcf7_contact_form_taxonomy_type\";s:4:\"date\";s:24:\"Hpost_portfolio_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:34:\"Hpost_portfolio_template_no_anchor\";s:8:\"%htitle%\";s:31:\"bpost_portfolio_archive_display\";b:1;s:20:\"apost_portfolio_root\";s:1:\"0\";s:32:\"bpost_portfolio_taxonomy_display\";b:1;s:29:\"Spost_portfolio_taxonomy_type\";s:18:\"portfolio-category\";s:19:\"Hpost_team_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_team_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_team_archive_display\";b:1;s:15:\"apost_team_root\";s:1:\"0\";s:27:\"bpost_team_taxonomy_display\";b:1;s:24:\"Spost_team_taxonomy_type\";s:8:\"post_tag\";s:22:\"Hpost_clients_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hpost_clients_template_no_anchor\";s:8:\"%htitle%\";s:29:\"bpost_clients_archive_display\";b:1;s:18:\"apost_clients_root\";s:1:\"0\";s:30:\"bpost_clients_taxonomy_display\";b:1;s:27:\"Spost_clients_taxonomy_type\";s:8:\"post_tag\";s:27:\"Hpost_testimonials_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:37:\"Hpost_testimonials_template_no_anchor\";s:8:\"%htitle%\";s:34:\"bpost_testimonials_archive_display\";b:1;s:23:\"apost_testimonials_root\";s:1:\"0\";s:35:\"bpost_testimonials_taxonomy_display\";b:1;s:32:\"Spost_testimonials_taxonomy_type\";s:8:\"post_tag\";s:19:\"Hpost_jobs_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_jobs_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_jobs_archive_display\";b:1;s:15:\"apost_jobs_root\";s:1:\"0\";s:27:\"bpost_jobs_taxonomy_display\";b:1;s:24:\"Spost_jobs_taxonomy_type\";s:8:\"post_tag\";s:19:\"Hpost_faqs_template\";s:52:\"<a title=\"Go to %title%.\" href=\"%link%\">%htitle%</a>\";s:29:\"Hpost_faqs_template_no_anchor\";s:8:\"%htitle%\";s:26:\"bpost_faqs_archive_display\";b:1;s:15:\"apost_faqs_root\";s:1:\"0\";s:27:\"bpost_faqs_taxonomy_display\";b:1;s:24:\"Spost_faqs_taxonomy_type\";s:8:\"post_tag\";s:28:\"Hportfolio-category_template\";s:86:\"<a title=\"Go to the %title% Portfolio Categories archives.\" href=\"%link%\">%htitle%</a>\";s:38:\"Hportfolio-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hteam-category_template\";s:81:\"<a title=\"Go to the %title% Team Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hteam-category_template_no_anchor\";s:8:\"%htitle%\";s:26:\"Hclients-category_template\";s:83:\"<a title=\"Go to the %title% Client Categories archives.\" href=\"%link%\">%htitle%</a>\";s:36:\"Hclients-category_template_no_anchor\";s:8:\"%htitle%\";s:31:\"Htestimonials-category_template\";s:88:\"<a title=\"Go to the %title% Testimonial Categories archives.\" href=\"%link%\">%htitle%</a>\";s:41:\"Htestimonials-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hjobs-category_template\";s:80:\"<a title=\"Go to the %title% Job Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hjobs-category_template_no_anchor\";s:8:\"%htitle%\";s:23:\"Hfaqs-category_template\";s:83:\"<a title=\"Go to the %title% Topics Categories archives.\" href=\"%link%\">%htitle%</a>\";s:33:\"Hfaqs-category_template_no_anchor\";s:8:\"%htitle%\";s:22:\"Hproduct_type_template\";s:69:\"<a title=\"Go to the %title% Tag archives.\" href=\"%link%\">%htitle%</a>\";s:32:\"Hproduct_type_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hproduct_cat_template\";s:82:\"<a title=\"Go to the %title% Product Category archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hproduct_cat_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hproduct_tag_template\";s:77:\"<a title=\"Go to the %title% Product Tag archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hproduct_tag_template_no_anchor\";s:8:\"%htitle%\";s:32:\"Hproduct_shipping_class_template\";s:80:\"<a title=\"Go to the %title% Shipping Class archives.\" href=\"%link%\">%htitle%</a>\";s:42:\"Hproduct_shipping_class_template_no_anchor\";s:8:\"%htitle%\";s:27:\"Hshop_order_status_template\";s:69:\"<a title=\"Go to the %title% Tag archives.\" href=\"%link%\">%htitle%</a>\";s:37:\"Hshop_order_status_template_no_anchor\";s:8:\"%htitle%\";s:17:\"Hpa_size_template\";s:70:\"<a title=\"Go to the %title% Size archives.\" href=\"%link%\">%htitle%</a>\";s:27:\"Hpa_size_template_no_anchor\";s:8:\"%htitle%\";s:18:\"Hpa_color_template\";s:71:\"<a title=\"Go to the %title% Color archives.\" href=\"%link%\">%htitle%</a>\";s:28:\"Hpa_color_template_no_anchor\";s:8:\"%htitle%\";s:21:\"Hpa_material_template\";s:74:\"<a title=\"Go to the %title% Material archives.\" href=\"%link%\">%htitle%</a>\";s:31:\"Hpa_material_template_no_anchor\";s:8:\"%htitle%\";}'),(55,1,'bcn_version','5.0.0'),(57,1,'wpseo_ms','a:2:{s:6:\"access\";s:10:\"superadmin\";s:11:\"defaultblog\";s:0:\"\";}');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_sitemeta` ENABLE KEYS */;
--
-- Table structure for table `8oid_term_relationships`
--
DROP TABLE IF EXISTS `8oid_term_relationships`;
CREATE TABLE `8oid_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=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_term_relationships`
--
/*!40000 ALTER TABLE `8oid_term_relationships` DISABLE KEYS */;
LOCK TABLES `8oid_term_relationships` WRITE;
INSERT INTO `8oid_term_relationships` VALUES (33,2,0),(34,2,0),(35,2,0),(36,2,0),(37,2,0),(38,13,0),(38,2,0),(39,13,0),(282,38,0),(37,14,0),(37,13,0),(36,14,0),(36,13,0),(35,14,0),(35,13,0),(34,14,0),(34,13,0),(33,14,0),(33,13,0),(38,14,0),(39,14,0),(52,15,0),(53,15,0),(78,16,0),(77,16,0),(76,16,0),(79,16,0),(75,16,0),(74,16,0),(73,16,0),(39,17,0),(39,26,0),(39,25,0),(39,23,0),(39,22,0),(38,17,0),(38,24,0),(38,26,0),(38,25,0),(37,17,0),(37,23,0),(37,26,0),(37,25,0),(36,17,0),(36,23,0),(36,30,0),(36,26,0),(36,25,0),(35,17,0),(35,31,0),(35,26,0),(35,25,0),(34,17,0),(34,22,0),(34,26,0),(34,25,0),(33,17,0),(33,32,0),(33,26,0),(33,25,0),(39,38,0),(39,2,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_term_relationships` ENABLE KEYS */;
--
-- Table structure for table `8oid_term_taxonomy`
--
DROP TABLE IF EXISTS `8oid_term_taxonomy`;
CREATE TABLE `8oid_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=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_term_taxonomy`
--
/*!40000 ALTER TABLE `8oid_term_taxonomy` DISABLE KEYS */;
LOCK TABLES `8oid_term_taxonomy` WRITE;
INSERT INTO `8oid_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'product_type','',0,7),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'shop_order_status','',0,0),(7,7,'shop_order_status','',0,0),(8,8,'shop_order_status','',0,0),(9,9,'shop_order_status','',0,0),(10,10,'shop_order_status','',0,0),(11,11,'shop_order_status','',0,0),(12,12,'shop_order_status','',0,0),(13,13,'product_tag','',0,7),(14,13,'product_cat','',0,7),(15,14,'nav_menu','',0,2),(16,15,'nav_menu','',0,7),(17,16,'pa_size','One-size-fits-all (One size fits all)',0,7),(18,17,'pa_size','Medium size',0,0),(19,18,'pa_size','Large size',0,0),(20,19,'pa_size','Small size',0,0),(21,20,'pa_color','Blue color socks',0,0),(22,21,'pa_color','Red color socks',0,2),(23,22,'pa_color','Navy Color socks',0,3),(24,23,'pa_color','Bordo Red color socks',0,1),(25,24,'pa_material','80% Cotton material',0,7),(26,25,'pa_material','20% Nylon material',0,7),(27,26,'pa_material','90% Cotton material',0,0),(28,27,'pa_material','100% Cotton material',0,0),(29,28,'pa_material','10% Spandex material',0,0),(30,29,'pa_color','',0,1),(31,30,'pa_color','',0,1),(32,31,'pa_color','',0,1),(33,32,'post_format','',0,0),(34,33,'post_format','',0,0),(38,37,'product_shipping_class','A Pair of socks',0,2),(39,38,'product_shipping_class','Two Pairs of socks',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_term_taxonomy` ENABLE KEYS */;
--
-- Table structure for table `8oid_terms`
--
DROP TABLE IF EXISTS `8oid_terms`;
CREATE TABLE `8oid_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`),
UNIQUE KEY `slug` (`slug`),
KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_terms`
--
/*!40000 ALTER TABLE `8oid_terms` DISABLE KEYS */;
LOCK TABLES `8oid_terms` WRITE;
INSERT INTO `8oid_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'pending','pending',0),(7,'failed','failed',0),(8,'on-hold','on-hold',0),(9,'processing','processing',0),(10,'completed','completed',0),(11,'refunded','refunded',0),(12,'cancelled','cancelled',0),(13,'Ayame','ayame',0),(14,'Nav','nav',0),(15,'Policy','policy',0),(16,'One-size-fits-all','one-size-fits-all',0),(17,'Medium','medium',0),(18,'Large','large',0),(19,'Small','small',0),(20,'Blue','blue',0),(21,'Red','red',0),(22,'Navy','navy',0),(23,'Bordo Red','bordo-red',0),(24,'80% Cotton','80-cotton',0),(25,'20% Nylon','20-nylon',0),(26,'90% Cotton','90-cotton',0),(27,'100% Cotton','100-cotton',0),(28,'10% Spandex','10-spandex',0),(29,'Multi Color','multi-color',0),(30,'Green','green',0),(31,'Hazzel','hazzel',0),(32,'post-format-chat','post-format-chat',0),(33,'post-format-status','post-format-status',0),(38,'Two Pairs','two-pairs',0),(37,'A Pair','a-pair',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_terms` ENABLE KEYS */;
--
-- Table structure for table `8oid_usermeta`
--
DROP TABLE IF EXISTS `8oid_usermeta`;
CREATE TABLE `8oid_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,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=147 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_usermeta`
--
/*!40000 ALTER TABLE `8oid_usermeta` DISABLE KEYS */;
LOCK TABLES `8oid_usermeta` WRITE;
INSERT INTO `8oid_usermeta` VALUES (1,1,'first_name','Jan Hendrik'),(2,1,'last_name','Van De Kaa'),(3,1,'nickname','Mitjo'),(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,'8oid_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'8oid_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(13,1,'show_welcome_panel','1'),(14,1,'8oid_dashboard_quick_press_last_post_id','349'),(15,1,'8oid_user-settings','imgsize=full&align=center&editor=tinymce&libraryContent=browse&unfold=1&wplink=1&ed_size=657'),(16,1,'8oid_user-settings-time','1384793428'),(17,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(18,1,'metaboxhidden_nav-menus','a:6:{i:0;s:8:\"add-post\";i:1;s:11:\"add-product\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:15:\"add-product_cat\";i:5;s:15:\"add-product_tag\";}'),(126,1,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:7:{s:32:\"e369853df766fa44e1ed0ff613f563bd\";a:8:{s:10:\"product_id\";i:34;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:1;s:10:\"line_total\";i:28;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:28;s:17:\"line_subtotal_tax\";i:0;}s:32:\"182be0c5cdcd5072bb1864cdee4d3d6e\";a:8:{s:10:\"product_id\";i:33;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:1;s:10:\"line_total\";i:28;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:28;s:17:\"line_subtotal_tax\";i:0;}s:32:\"1c383cd30b7c298ab50293adfecb7b18\";a:8:{s:10:\"product_id\";i:35;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:1;s:10:\"line_total\";i:28;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:28;s:17:\"line_subtotal_tax\";i:0;}s:32:\"19ca14e7ea6328a42e0eb13d585e4c22\";a:8:{s:10:\"product_id\";i:36;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:1;s:10:\"line_total\";i:28;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:28;s:17:\"line_subtotal_tax\";i:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:8:{s:10:\"product_id\";i:38;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:1;s:10:\"line_total\";i:28;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:28;s:17:\"line_subtotal_tax\";i:0;}s:32:\"a5bfc9e07964f8dddeb95fc584cd965d\";a:8:{s:10:\"product_id\";i:37;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:1;s:10:\"line_total\";i:28;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:28;s:17:\"line_subtotal_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:8:{s:10:\"product_id\";i:39;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:1;s:10:\"line_total\";i:28;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:28;s:17:\"line_subtotal_tax\";i:0;}}}'),(86,3,'_order_count','0'),(21,1,'billing_first_name','Jan Hendrik'),(22,1,'billing_last_name','Van De Kaa'),(23,1,'billing_company',''),(24,1,'billing_address_1','Flat 8 stuart house'),(25,1,'billing_address_2','Solon new road'),(26,1,'billing_city','London'),(27,1,'billing_postcode','SW4 7PE'),(28,1,'billing_state','london'),(29,1,'billing_country','GB'),(30,1,'billing_phone','07896611386'),(31,1,'billing_email','jhendirk@hotmail.com'),(32,1,'shipping_first_name','Jan Hendrik'),(33,1,'shipping_last_name','Van De Kaa'),(34,1,'shipping_company',''),(35,1,'shipping_address_1','Flat 8 stuart house'),(36,1,'shipping_address_2','Solon new road'),(37,1,'shipping_city','London'),(38,1,'shipping_postcode','SW4 7PE'),(39,1,'shipping_state','london'),(40,1,'shipping_country','GB'),(41,1,'nav_menu_recently_edited','14'),(42,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:171:\"dashboard_right_now,woocommerce_dashboard_right_now,woocommerce_dashboard_recent_reviews,woocommerce_dashboard_recent_orders,woocommerce_dashboard_sales,dashboard_activity\";s:4:\"side\";s:39:\"dashboard_primary,dashboard_quick_press\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(127,5,'first_name',''),(128,5,'last_name',''),(43,1,'screen_layout_dashboard','2'),(45,2,'first_name','Morgan'),(46,2,'last_name','Cooba'),(47,2,'nickname','nr3inc'),(48,2,'description',''),(49,2,'rich_editing','true'),(50,2,'comment_shortcuts','false'),(51,2,'admin_color','fresh'),(52,2,'use_ssl','0'),(53,2,'show_admin_bar_front','true'),(54,2,'8oid_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(55,2,'8oid_user_level','10'),(56,2,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(57,2,'_order_count','0'),(58,3,'first_name','helen'),(59,3,'last_name','van de kaa'),(60,3,'nickname','hvandekaa'),(61,3,'description',''),(62,3,'rich_editing','true'),(63,3,'comment_shortcuts','false'),(64,3,'admin_color','fresh'),(65,3,'use_ssl','0'),(66,3,'show_admin_bar_front','true'),(67,3,'8oid_capabilities','a:1:{s:8:\"customer\";b:1;}'),(68,3,'8oid_user_level','0'),(69,3,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(70,3,'billing_country','GB'),(71,3,'billing_first_name','helen'),(72,3,'billing_last_name','van de kaa'),(73,3,'billing_address_1','flat 8 stuart house'),(74,3,'billing_address_2','solon new road'),(75,3,'billing_city','london'),(76,3,'billing_postcode','SW4 7PE'),(77,3,'billing_email','hvandekaa@yahoo.co.uk'),(78,3,'billing_phone','07557106680'),(79,3,'shipping_country','GB'),(80,3,'shipping_first_name','helen'),(81,3,'shipping_last_name','van de kaa'),(82,3,'shipping_address_1','flat 8 stuart house'),(83,3,'shipping_address_2','solon new road'),(84,3,'shipping_city','london'),(85,3,'shipping_postcode','SW4 7PE'),(130,5,'description',''),(88,1,'meta-box-order_page','a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:167:\"swift_page_builder,wpseo_meta,slider_meta_box,page_background_meta_box,revisionsdiv,postexcerpt,postcustom,page_meta_box,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(89,1,'screen_layout_page','2'),(90,1,'closedpostboxes_page','a:1:{i:0;s:24:\"page_background_meta_box\";}'),(91,1,'metaboxhidden_page','a:7:{i:0;s:12:\"revisionsdiv\";i:1;s:11:\"postexcerpt\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(92,1,'_yoast_wpseo_profile_updated','1385033803'),(93,2,'_yoast_wpseo_profile_updated','1385033803'),(94,1,'closedpostboxes_dashboard','a:0:{}'),(129,5,'nickname','uzi28'),(95,1,'metaboxhidden_dashboard','a:0:{}'),(96,1,'primary_blog','1'),(97,4,'first_name',''),(98,4,'last_name',''),(99,4,'nickname','mobi'),(100,4,'description',''),(101,4,'rich_editing','true'),(102,4,'comment_shortcuts','false'),(103,4,'admin_color','fresh'),(104,4,'use_ssl','0'),(105,4,'show_admin_bar_front','true'),(110,4,'primary_blog',''),(109,4,'show_welcome_panel','2'),(108,4,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(111,4,'source_domain',''),(122,2,'primary_blog','6'),(123,2,'source_domain','touch.mitjo.com'),(124,2,'8oid_6_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(125,2,'8oid_6_user_level','10'),(131,5,'rich_editing','true'),(132,5,'comment_shortcuts','false'),(133,5,'admin_color','fresh'),(134,5,'use_ssl','0'),(135,5,'show_admin_bar_front','true'),(136,5,'8oid_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(137,5,'8oid_user_level','0'),(138,5,'default_password_nag','1'),(139,6,'show_admin_bar_front','true'),(140,6,'password','c8ec4d430f5154e25afbea36ef0f05b8'),(141,6,'nickname','support_7c41'),(142,6,'8oid_user-settings-time','1398533964'),(143,6,'8oid_user_level','10'),(144,6,'rich_editing','true'),(145,6,'8oid_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(146,6,'_yoast_wpseo_profile_updated','1400585983');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_usermeta` ENABLE KEYS */;
--
-- Table structure for table `8oid_users`
--
DROP TABLE IF EXISTS `8oid_users`;
CREATE TABLE `8oid_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(64) 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(60) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) NOT NULL DEFAULT '',
`spam` tinyint(2) NOT NULL DEFAULT '0',
`deleted` tinyint(2) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_users`
--
/*!40000 ALTER TABLE `8oid_users` DISABLE KEYS */;
LOCK TABLES `8oid_users` WRITE;
INSERT INTO `8oid_users` VALUES (1,'jvdk','$P$BqC/biJlvLVwT13bcyTEBmv.APubjA/','jvdk','jhendirk@hotmail.com','','2013-10-29 21:16:14','',0,'jvdk',0,0),(2,'nr3inc','$P$BJudXlLm4FF7bPdcZ5LJfVWqNscxy..','nr3inc','media@mitjo.com','','2013-11-18 16:24:26','',0,'Morgan Cooba',0,0),(3,'hvandekaa','$P$BuCCtG3R3h376ZCmaDaKAwleN2gPZy.','hvandekaa','hvandekaa@yahoo.co.uk','','2013-11-18 17:44:17','',0,'helen',0,0),(4,'mobi','$P$B4EAshDPwKvOmiR3HW3aV.t7RaBuaB1','mobi','accounts@mitjo.com','','2013-11-28 18:42:22','',0,'mobi',0,0),(5,'uzi28','$P$BIa9Xhal9SSaqbdIJhDrrEPF/A6RlR.','uzi28','dojomojo@yandex.com','','2014-02-26 16:40:53','',0,'uzi28',0,0),(6,'support_7c41','ec32367e3c2b776f7a9d4c4aa904bdd7','support_7c41','','','2014-04-26 13:39:24','',0,'support_7c41',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_users` ENABLE KEYS */;
--
-- Table structure for table `8oid_websitez_stats`
--
DROP TABLE IF EXISTS `8oid_websitez_stats`;
CREATE TABLE `8oid_websitez_stats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`data` text NOT NULL,
`device_type` int(2) NOT NULL,
`created_at` datetime NOT NULL,
PRIMARY KEY (`created_at`),
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `8oid_websitez_stats`
--
/*!40000 ALTER TABLE `8oid_websitez_stats` DISABLE KEYS */;
LOCK TABLES `8oid_websitez_stats` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_websitez_stats` ENABLE KEYS */;
--
-- Table structure for table `8oid_woocommerce_attribute_taxonomies`
--
DROP TABLE IF EXISTS `8oid_woocommerce_attribute_taxonomies`;
CREATE TABLE `8oid_woocommerce_attribute_taxonomies` (
`attribute_id` bigint(20) NOT NULL AUTO_INCREMENT,
`attribute_name` varchar(200) NOT NULL,
`attribute_label` longtext,
`attribute_type` varchar(200) NOT NULL,
`attribute_orderby` varchar(200) NOT NULL,
PRIMARY KEY (`attribute_id`),
KEY `attribute_name` (`attribute_name`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_woocommerce_attribute_taxonomies`
--
/*!40000 ALTER TABLE `8oid_woocommerce_attribute_taxonomies` DISABLE KEYS */;
LOCK TABLES `8oid_woocommerce_attribute_taxonomies` WRITE;
INSERT INTO `8oid_woocommerce_attribute_taxonomies` VALUES (1,'size','Size','select','menu_order'),(2,'color','Color','select','menu_order'),(3,'material','Material','select','menu_order');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_woocommerce_attribute_taxonomies` ENABLE KEYS */;
--
-- Table structure for table `8oid_woocommerce_downloadable_product_permissions`
--
DROP TABLE IF EXISTS `8oid_woocommerce_downloadable_product_permissions`;
CREATE TABLE `8oid_woocommerce_downloadable_product_permissions` (
`download_id` varchar(32) NOT NULL,
`product_id` bigint(20) NOT NULL,
`order_id` bigint(20) NOT NULL DEFAULT '0',
`order_key` varchar(200) NOT NULL,
`user_email` varchar(200) NOT NULL,
`user_id` bigint(20) DEFAULT NULL,
`downloads_remaining` varchar(9) DEFAULT NULL,
`access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`access_expires` datetime DEFAULT NULL,
`download_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`product_id`,`order_id`,`order_key`,`download_id`),
KEY `download_order_product` (`download_id`,`order_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_woocommerce_downloadable_product_permissions`
--
/*!40000 ALTER TABLE `8oid_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
LOCK TABLES `8oid_woocommerce_downloadable_product_permissions` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
--
-- Table structure for table `8oid_woocommerce_order_itemmeta`
--
DROP TABLE IF EXISTS `8oid_woocommerce_order_itemmeta`;
CREATE TABLE `8oid_woocommerce_order_itemmeta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`order_item_id` bigint(20) NOT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `order_item_id` (`order_item_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=249 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_woocommerce_order_itemmeta`
--
/*!40000 ALTER TABLE `8oid_woocommerce_order_itemmeta` DISABLE KEYS */;
LOCK TABLES `8oid_woocommerce_order_itemmeta` WRITE;
INSERT INTO `8oid_woocommerce_order_itemmeta` VALUES (1,1,'_qty','1'),(2,1,'_tax_class',''),(3,1,'_product_id','34'),(4,1,'_variation_id',''),(5,1,'_line_subtotal','28'),(6,1,'_line_total','28'),(7,1,'_line_tax','0'),(8,1,'_line_subtotal_tax','0'),(9,2,'_qty','1'),(10,2,'_tax_class',''),(11,2,'_product_id','35'),(12,2,'_variation_id',''),(13,2,'_line_subtotal','28'),(14,2,'_line_total','28'),(15,2,'_line_tax','0'),(16,2,'_line_subtotal_tax','0'),(17,3,'_qty','1'),(18,3,'_tax_class',''),(19,3,'_product_id','33'),(20,3,'_variation_id',''),(21,3,'_line_subtotal','28'),(22,3,'_line_total','28'),(23,3,'_line_tax','0'),(24,3,'_line_subtotal_tax','0'),(25,4,'_qty','1'),(26,4,'_tax_class',''),(27,4,'_product_id','34'),(28,4,'_variation_id',''),(29,4,'_line_subtotal','28'),(30,4,'_line_total','28'),(31,4,'_line_tax','0'),(32,4,'_line_subtotal_tax','0'),(33,5,'_qty','1'),(34,5,'_tax_class',''),(35,5,'_product_id','35'),(36,5,'_variation_id',''),(37,5,'_line_subtotal','28'),(38,5,'_line_total','28'),(39,5,'_line_tax','0'),(40,5,'_line_subtotal_tax','0'),(41,6,'_qty','1'),(42,6,'_tax_class',''),(43,6,'_product_id','33'),(44,6,'_variation_id',''),(45,6,'_line_subtotal','28'),(46,6,'_line_total','28'),(47,6,'_line_tax','0'),(48,6,'_line_subtotal_tax','0'),(49,7,'_qty','1'),(50,7,'_tax_class',''),(51,7,'_product_id','35'),(52,7,'_variation_id',''),(53,7,'_line_subtotal','28'),(54,7,'_line_total','28'),(55,7,'_line_tax','0'),(56,7,'_line_subtotal_tax','0'),(57,8,'_qty','1'),(58,8,'_tax_class',''),(59,8,'_product_id','36'),(60,8,'_variation_id',''),(61,8,'_line_subtotal','28'),(62,8,'_line_total','28'),(63,8,'_line_tax','0'),(64,8,'_line_subtotal_tax','0'),(65,9,'_qty','1'),(66,9,'_tax_class',''),(67,9,'_product_id','34'),(68,9,'_variation_id',''),(69,9,'_line_subtotal','28'),(70,9,'_line_total','28'),(71,9,'_line_tax','0'),(72,9,'_line_subtotal_tax','0'),(73,10,'_qty','1'),(74,10,'_tax_class',''),(75,10,'_product_id','34'),(76,10,'_variation_id',''),(77,10,'_line_subtotal','28'),(78,10,'_line_total','28'),(79,10,'_line_tax','0'),(80,10,'_line_subtotal_tax','0'),(81,11,'_qty','1'),(82,11,'_tax_class',''),(83,11,'_product_id','35'),(84,11,'_variation_id',''),(85,11,'_line_subtotal','28'),(86,11,'_line_total','28'),(87,11,'_line_tax','0'),(88,11,'_line_subtotal_tax','0'),(150,19,'_line_total','28'),(149,19,'_line_subtotal','28'),(148,19,'_variation_id',''),(147,19,'_product_id','35'),(146,19,'_tax_class',''),(145,19,'_qty','1'),(144,18,'_line_subtotal_tax','0'),(143,18,'_line_tax','0'),(142,18,'_line_total','28'),(141,18,'_line_subtotal','28'),(134,17,'_line_total','56'),(133,17,'_line_subtotal','56'),(132,17,'_variation_id',''),(131,17,'_product_id','33'),(130,17,'_tax_class',''),(129,17,'_qty','2'),(140,18,'_variation_id',''),(139,18,'_product_id','34'),(138,18,'_tax_class',''),(137,18,'_qty','1'),(135,17,'_line_tax','0'),(136,17,'_line_subtotal_tax','0'),(151,19,'_line_tax','0'),(152,19,'_line_subtotal_tax','0'),(153,20,'_qty','1'),(154,20,'_tax_class',''),(155,20,'_product_id','36'),(156,20,'_variation_id',''),(157,20,'_line_subtotal','28'),(158,20,'_line_total','28'),(159,20,'_line_tax','0'),(160,20,'_line_subtotal_tax','0'),(161,21,'_qty','1'),(162,21,'_tax_class',''),(163,21,'_product_id','35'),(164,21,'_variation_id',''),(165,21,'_line_subtotal','28'),(166,21,'_line_total','28'),(167,21,'_line_tax','0'),(168,21,'_line_subtotal_tax','0'),(169,22,'_qty','1'),(170,22,'_tax_class',''),(171,22,'_product_id','34'),(172,22,'_variation_id',''),(173,22,'_line_subtotal','28'),(174,22,'_line_total','28'),(175,22,'_line_tax','0'),(176,22,'_line_subtotal_tax','0'),(177,23,'_qty','1'),(178,23,'_tax_class',''),(179,23,'_product_id','35'),(180,23,'_variation_id',''),(181,23,'_line_subtotal','28'),(182,23,'_line_total','28'),(183,23,'_line_tax','0'),(184,23,'_line_subtotal_tax','0'),(185,24,'_qty','2'),(186,24,'_tax_class',''),(187,24,'_product_id','35'),(188,24,'_variation_id',''),(189,24,'_line_subtotal','56'),(190,24,'_line_total','56'),(191,24,'_line_tax','0'),(192,24,'_line_subtotal_tax','0'),(193,25,'_qty','1'),(194,25,'_tax_class',''),(195,25,'_product_id','34'),(196,25,'_variation_id',''),(197,25,'_line_subtotal','28'),(198,25,'_line_total','28'),(199,25,'_line_tax','0'),(200,25,'_line_subtotal_tax','0'),(201,26,'_qty','1'),(202,26,'_tax_class',''),(203,26,'_product_id','33'),(204,26,'_variation_id',''),(205,26,'_line_subtotal','28'),(206,26,'_line_total','28'),(207,26,'_line_tax','0'),(208,26,'_line_subtotal_tax','0'),(209,27,'_qty','1'),(210,27,'_tax_class',''),(211,27,'_product_id','35'),(212,27,'_variation_id',''),(213,27,'_line_subtotal','28'),(214,27,'_line_total','28'),(215,27,'_line_tax','0'),(216,27,'_line_subtotal_tax','0'),(217,28,'_qty','1'),(218,28,'_tax_class',''),(219,28,'_product_id','36'),(220,28,'_variation_id',''),(221,28,'_line_subtotal','28'),(222,28,'_line_total','28'),(223,28,'_line_tax','0'),(224,28,'_line_subtotal_tax','0'),(225,29,'_qty','1'),(226,29,'_tax_class',''),(227,29,'_product_id','38'),(228,29,'_variation_id',''),(229,29,'_line_subtotal','28'),(230,29,'_line_total','28'),(231,29,'_line_tax','0'),(232,29,'_line_subtotal_tax','0'),(233,30,'_qty','1'),(234,30,'_tax_class',''),(235,30,'_product_id','37'),(236,30,'_variation_id',''),(237,30,'_line_subtotal','28'),(238,30,'_line_total','28'),(239,30,'_line_tax','0'),(240,30,'_line_subtotal_tax','0'),(241,31,'_qty','1'),(242,31,'_tax_class',''),(243,31,'_product_id','39'),(244,31,'_variation_id',''),(245,31,'_line_subtotal','28'),(246,31,'_line_total','28'),(247,31,'_line_tax','0'),(248,31,'_line_subtotal_tax','0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_woocommerce_order_itemmeta` ENABLE KEYS */;
--
-- Table structure for table `8oid_woocommerce_order_items`
--
DROP TABLE IF EXISTS `8oid_woocommerce_order_items`;
CREATE TABLE `8oid_woocommerce_order_items` (
`order_item_id` bigint(20) NOT NULL AUTO_INCREMENT,
`order_item_name` longtext NOT NULL,
`order_item_type` varchar(200) NOT NULL DEFAULT '',
`order_id` bigint(20) NOT NULL,
PRIMARY KEY (`order_item_id`),
KEY `order_id` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_woocommerce_order_items`
--
/*!40000 ALTER TABLE `8oid_woocommerce_order_items` DISABLE KEYS */;
LOCK TABLES `8oid_woocommerce_order_items` WRITE;
INSERT INTO `8oid_woocommerce_order_items` VALUES (1,'Lightning Sock Yellow','line_item',129),(2,'Floral Sock Green','line_item',129),(3,'Multi Border Sock Hazel Top','line_item',129),(4,'Lightning Sock Yellow','line_item',268),(5,'Floral Sock Green','line_item',268),(6,'Multi Border Sock Hazel Top','line_item',277),(7,'Floral Sock Green','line_item',277),(8,'Thunder Sock Navy','line_item',277),(9,'Lightning Sock Yellow','line_item',277),(10,'Lightning Sock Yellow','line_item',299),(11,'Floral Sock Green','line_item',299),(19,'Floral Sock Green','line_item',300),(17,'Multi Border Sock Hazel Top','line_item',301),(18,'Lightning Sock Yellow','line_item',300),(20,'Thunder Sock Navy','line_item',338),(21,'Floral Sock Green','line_item',338),(22,'Lightning Sock Yellow','line_item',343),(23,'Floral Sock Green','line_item',343),(24,'Floral Sock Green','line_item',344),(25,'Lightning Sock Yellow','line_item',345),(26,'Multi Border Sock Hazel Top','line_item',345),(27,'Floral Sock Green','line_item',345),(28,'Thunder Sock Navy','line_item',345),(29,'Multi Border Sock Bordo Red','line_item',345),(30,'Floral Sock Navy','line_item',345),(31,'Multi Border Sock Navy','line_item',345);
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_woocommerce_order_items` ENABLE KEYS */;
--
-- Table structure for table `8oid_woocommerce_tax_rate_locations`
--
DROP TABLE IF EXISTS `8oid_woocommerce_tax_rate_locations`;
CREATE TABLE `8oid_woocommerce_tax_rate_locations` (
`location_id` bigint(20) NOT NULL AUTO_INCREMENT,
`location_code` varchar(255) NOT NULL,
`tax_rate_id` bigint(20) NOT NULL,
`location_type` varchar(40) NOT NULL,
PRIMARY KEY (`location_id`),
KEY `location_type` (`location_type`),
KEY `location_type_code` (`location_type`,`location_code`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_woocommerce_tax_rate_locations`
--
/*!40000 ALTER TABLE `8oid_woocommerce_tax_rate_locations` DISABLE KEYS */;
LOCK TABLES `8oid_woocommerce_tax_rate_locations` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_woocommerce_tax_rate_locations` ENABLE KEYS */;
--
-- Table structure for table `8oid_woocommerce_tax_rates`
--
DROP TABLE IF EXISTS `8oid_woocommerce_tax_rates`;
CREATE TABLE `8oid_woocommerce_tax_rates` (
`tax_rate_id` bigint(20) NOT NULL AUTO_INCREMENT,
`tax_rate_country` varchar(200) NOT NULL DEFAULT '',
`tax_rate_state` varchar(200) NOT NULL DEFAULT '',
`tax_rate` varchar(200) NOT NULL DEFAULT '',
`tax_rate_name` varchar(200) NOT NULL DEFAULT '',
`tax_rate_priority` bigint(20) NOT NULL,
`tax_rate_compound` int(1) NOT NULL DEFAULT '0',
`tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
`tax_rate_order` bigint(20) NOT NULL,
`tax_rate_class` varchar(200) NOT NULL DEFAULT '',
PRIMARY KEY (`tax_rate_id`),
KEY `tax_rate_country` (`tax_rate_country`),
KEY `tax_rate_state` (`tax_rate_state`),
KEY `tax_rate_class` (`tax_rate_class`),
KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_woocommerce_tax_rates`
--
/*!40000 ALTER TABLE `8oid_woocommerce_tax_rates` DISABLE KEYS */;
LOCK TABLES `8oid_woocommerce_tax_rates` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_woocommerce_tax_rates` ENABLE KEYS */;
--
-- Table structure for table `8oid_woocommerce_termmeta`
--
DROP TABLE IF EXISTS `8oid_woocommerce_termmeta`;
CREATE TABLE `8oid_woocommerce_termmeta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`woocommerce_term_id` bigint(20) NOT NULL,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `woocommerce_term_id` (`woocommerce_term_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_woocommerce_termmeta`
--
/*!40000 ALTER TABLE `8oid_woocommerce_termmeta` DISABLE KEYS */;
LOCK TABLES `8oid_woocommerce_termmeta` WRITE;
INSERT INTO `8oid_woocommerce_termmeta` VALUES (1,13,'product_count_product_tag','7'),(2,13,'order','0'),(3,13,'product_count_product_cat','7'),(4,16,'order_pa_size','0'),(5,17,'order_pa_size','0'),(6,18,'order_pa_size','0'),(7,19,'order_pa_size','0'),(8,20,'order_pa_color','0'),(9,21,'order_pa_color','0'),(10,22,'order_pa_color','0'),(11,23,'order_pa_color','0'),(12,24,'order_pa_material','0'),(13,25,'order_pa_material','0'),(14,26,'order_pa_material','0'),(15,27,'order_pa_material','0'),(16,28,'order_pa_material','0'),(17,29,'order_pa_color','0'),(18,30,'order_pa_color','0'),(19,31,'order_pa_color','0');
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_woocommerce_termmeta` ENABLE KEYS */;
--
-- Table structure for table `8oid_yith_wcwl`
--
DROP TABLE IF EXISTS `8oid_yith_wcwl`;
CREATE TABLE `8oid_yith_wcwl` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`prod_id` int(11) NOT NULL,
`quantity` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`dateadded` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`ID`),
KEY `product` (`prod_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `8oid_yith_wcwl`
--
/*!40000 ALTER TABLE `8oid_yith_wcwl` DISABLE KEYS */;
LOCK TABLES `8oid_yith_wcwl` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `8oid_yith_wcwl` ENABLE KEYS */;
/*!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 */;